Searched refs:VMSVGA3DSHADER (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h72 VMSVGA3DSHADER shader;
103 VMSVGA3DSHADER shader;
H A DDevVGA-SVGA3d-ogl.cpp570 } VMSVGA3DSHADER, *PVMSVGA3DSHADER; typedef in typeref:struct:__anon13174
573 * SSM descriptor table for the VMSVGA3DSHADER structure.
577 SSMFIELD_ENTRY( VMSVGA3DSHADER, id),
578 SSMFIELD_ENTRY( VMSVGA3DSHADER, cid),
579 SSMFIELD_ENTRY( VMSVGA3DSHADER, type),
580 SSMFIELD_ENTRY( VMSVGA3DSHADER, cbData),
581 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DSHADER, pShaderProgram),
582 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DSHADER, u.pVertexShader),
7453 void *pvNew = RTMemRealloc(pContext->paVertexShader, sizeof(VMSVGA3DSHADER) * (shid + 1));
7456 memset(&pContext->paVertexShader[pContext->cVertexShaders], 0, sizeof(VMSVGA3DSHADER) * (shi
[all...]
H A DDevVGA-SVGA3d-win.cpp183 } VMSVGA3DSHADER, *PVMSVGA3DSHADER; typedef in typeref:struct:__anon13193
186 * SSM descriptor table for the VMSVGA3DSHADER structure.
190 SSMFIELD_ENTRY( VMSVGA3DSHADER, id),
191 SSMFIELD_ENTRY( VMSVGA3DSHADER, cid),
192 SSMFIELD_ENTRY( VMSVGA3DSHADER, type),
193 SSMFIELD_ENTRY( VMSVGA3DSHADER, cbData),
194 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DSHADER, pShaderProgram),
195 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DSHADER, u.pVertexShader),
5746 void *pvNew = RTMemRealloc(pContext->paVertexShader, sizeof(VMSVGA3DSHADER) * (shid + 1));
5749 memset(&pContext->paVertexShader[pContext->cVertexShaders], 0, sizeof(VMSVGA3DSHADER) * (shi
[all...]

Completed in 75 milliseconds