Searched refs:SVGA3dPrimitiveRange (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d.h | 82 int vmsvga3dDrawPrimitives(PVGASTATE pThis, uint32_t cid, uint32_t numVertexDecls, SVGA3dVertexDecl *pVertexDecl, uint32_t numRanges, SVGA3dPrimitiveRange *pNumRange, uint32_t cVertexDivisor, SVGA3dVertexDivisor *pVertexDivisor);
|
H A D | DevVGA-SVGA.cpp | 3109 cVertexDivisor = (pHdr->size - sizeof(*pCmd) - sizeof(SVGA3dVertexDecl) * pCmd->numVertexDecls - sizeof(SVGA3dPrimitiveRange) * pCmd->numRanges); 3115 SVGA3dPrimitiveRange *pNumRange = (SVGA3dPrimitiveRange *) (&pVertexDecl[pCmd->numVertexDecls]);
|
H A D | DevVGA-SVGA3d-ogl.cpp | 7180 int vmsvga3dDrawPrimitives(PVGASTATE pThis, uint32_t cid, uint32_t numVertexDecls, SVGA3dVertexDecl *pVertexDecl, uint32_t numRanges, SVGA3dPrimitiveRange *pRange, uint32_t cVertexDivisor, SVGA3dVertexDivisor *pVertexDivisor)
|
H A D | DevVGA-SVGA3d-win.cpp | 5389 uint32_t numRanges, SVGA3dPrimitiveRange *pRange,
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga3d_reg.h | 1427 * Each SVGA3dPrimitiveRange defines a collection of primitives 1534 } SVGA3dPrimitiveRange; typedef in typeref:struct:__anon14732 1549 * 2. SVGA3dPrimitiveRange, quantity 'numRanges', but no more than
|
Completed in 100 milliseconds