Lines Matching refs:papSurfaces

849     PVMSVGA3DSURFACE       *papSurfaces;
902 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DSTATE, papSurfaces),
1827 if (pState->papSurfaces[i]->id != SVGA3D_INVALID_ID)
1828 vmsvga3dSurfaceDestroy(pThis, pState->papSurfaces[i]->id);
2631 void *pvNew = RTMemRealloc(pState->papSurfaces, sizeof(pState->papSurfaces[0]) * cNew);
2633 pState->papSurfaces = (PVMSVGA3DSURFACE *)pvNew;
2639 pState->papSurfaces[pState->cSurfaces++] = pSurface;
2642 pSurface = pState->papSurfaces[sid];
2811 && pState->papSurfaces[sid]->id == sid)
2813 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
2933 AssertReturn(sidSrc < pState->cSurfaces && pState->papSurfaces[sidSrc]->id == sidSrc, VERR_INVALID_PARAMETER);
2935 AssertReturn(sidDest < pState->cSurfaces && pState->papSurfaces[sidDest]->id == sidDest, VERR_INVALID_PARAMETER);
3179 AssertReturn(sidSrc < pState->cSurfaces && pState->papSurfaces[sidSrc]->id == sidSrc, VERR_INVALID_PARAMETER);
3181 AssertReturn(sidDest < pState->cSurfaces && pState->papSurfaces[sidDest]->id == sidDest, VERR_INVALID_PARAMETER);
3183 pSurfaceSrc = pState->papSurfaces[sidSrc];
3184 pSurfaceDest = pState->papSurfaces[sidDest];
3404 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
3406 pSurface = pState->papSurfaces[sid];
3817 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
3819 pSurface = pState->papSurfaces[sid];
3896 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
3898 pSurface = pState->papSurfaces[sid];
4562 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
5822 AssertReturn(target.sid < pState->cSurfaces && pState->papSurfaces[target.sid]->id == target.sid, VERR_INVALID_PARAMETER);
5823 pRenderTarget = pState->papSurfaces[target.sid];
6196 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
6198 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
6949 AssertReturn(sidVertex < pState->cSurfaces && pState->papSurfaces[sidVertex]->id == sidVertex, VERR_INVALID_PARAMETER);
6951 pVertexSurface = pState->papSurfaces[sidVertex];
7212 PVMSVGA3DSURFACE pRenderTarget = pState->papSurfaces[pContext->sidRenderTarget];
7263 || pState->papSurfaces[sidIndex]->id != sidIndex)
7266 Assert(sidIndex < pState->cSurfaces && pState->papSurfaces[sidIndex]->id == sidIndex);
7270 pIndexSurface = pState->papSurfaces[sidIndex];
7398 pTexture = pState->papSurfaces[pContext->aSidActiveTexture[activeTextureUnit - GL_TEXTURE0]];
7403 PVMSVGA3DSURFACE pTexture = pState->papSurfaces[pContext->aSidActiveTexture[i]];