Searched refs:SVGA3dPrimitiveRange (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h82 int vmsvga3dDrawPrimitives(PVGASTATE pThis, uint32_t cid, uint32_t numVertexDecls, SVGA3dVertexDecl *pVertexDecl, uint32_t numRanges, SVGA3dPrimitiveRange *pNumRange, uint32_t cVertexDivisor, SVGA3dVertexDivisor *pVertexDivisor);
H A DDevVGA-SVGA.cpp3109 cVertexDivisor = (pHdr->size - sizeof(*pCmd) - sizeof(SVGA3dVertexDecl) * pCmd->numVertexDecls - sizeof(SVGA3dPrimitiveRange) * pCmd->numRanges);
3115 SVGA3dPrimitiveRange *pNumRange = (SVGA3dPrimitiveRange *) (&pVertexDecl[pCmd->numVertexDecls]);
H A DDevVGA-SVGA3d-ogl.cpp7180 int vmsvga3dDrawPrimitives(PVGASTATE pThis, uint32_t cid, uint32_t numVertexDecls, SVGA3dVertexDecl *pVertexDecl, uint32_t numRanges, SVGA3dPrimitiveRange *pRange, uint32_t cVertexDivisor, SVGA3dVertexDivisor *pVertexDivisor)
H A DDevVGA-SVGA3d-win.cpp5389 uint32_t numRanges, SVGA3dPrimitiveRange *pRange,
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_reg.h1427 * 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 363 milliseconds