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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp674 PVMSVGA3DSHADER paPixelShader; member in struct:__anon13181
724 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DCONTEXT, paPixelShader),
4532 if (pContext->paPixelShader[i].id != SVGA3D_INVALID_ID)
4533 vmsvga3dShaderDestroy(pThis, pContext->paPixelShader[i].cid, pContext->paPixelShader[i].id, pContext->paPixelShader[i].type);
4535 if (pContext->paPixelShader)
4536 RTMemFree(pContext->paPixelShader);
7472 void *pvNew = RTMemRealloc(pContext->paPixelShader, sizeof(VMSVGA3DSHADER) * (shid + 1));
7474 pContext->paPixelShader
[all...]
H A DDevVGA-SVGA3d-win.cpp265 PVMSVGA3DSHADER paPixelShader; member in struct:__anon13200
305 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DCONTEXT, paPixelShader),
3129 if (pContext->paPixelShader[i].id != SVGA3D_INVALID_ID)
3130 vmsvga3dShaderDestroy(pThis, pContext->paPixelShader[i].cid, pContext->paPixelShader[i].id, pContext->paPixelShader[i].type);
3132 if (pContext->paPixelShader)
3133 RTMemFree(pContext->paPixelShader);
5765 void *pvNew = RTMemRealloc(pContext->paPixelShader, sizeof(VMSVGA3DSHADER) * (shid + 1));
5767 pContext->paPixelShader
[all...]
H A DDevVGA-SVGA3d-shared.h375 PVMSVGA3DSHADER pShader = &pContext->paPixelShader[j];

Completed in 75 milliseconds