Lines Matching refs:papSurfaces

347     /** The size of papSurfaces. */
352 PVMSVGA3DSURFACE *papSurfaces;
373 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DSTATE, papSurfaces),
599 if (pState->papSurfaces[i]->id != SVGA3D_INVALID_ID)
600 vmsvga3dSurfaceDestroy(pThis, pState->papSurfaces[i]->id);
1406 void *pvNew = RTMemRealloc(pState->papSurfaces, sizeof(pState->papSurfaces[0]) * cNew);
1408 pState->papSurfaces = (PVMSVGA3DSURFACE *)pvNew;
1414 pState->papSurfaces[pState->cSurfaces++] = pSurface;
1417 pSurface = pState->papSurfaces[sid];
1620 && pState->papSurfaces[sid]->id == sid)
1622 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
1760 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
1764 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
1829 AssertReturn(sidSrc < pState->cSurfaces && pState->papSurfaces[sidSrc]->id == sidSrc, VERR_INVALID_PARAMETER);
1831 AssertReturn(sidDest < pState->cSurfaces && pState->papSurfaces[sidDest]->id == sidDest, VERR_INVALID_PARAMETER);
1833 pSurfaceSrc = pState->papSurfaces[sidSrc];
1834 pSurfaceDest = pState->papSurfaces[sidDest];
2205 AssertReturn(sidSrc < pState->cSurfaces && pState->papSurfaces[sidSrc]->id == sidSrc, VERR_INVALID_PARAMETER);
2207 AssertReturn(sidDest < pState->cSurfaces && pState->papSurfaces[sidDest]->id == sidDest, VERR_INVALID_PARAMETER);
2209 pSurfaceSrc = pState->papSurfaces[sidSrc];
2210 pSurfaceDest = pState->papSurfaces[sidDest];
2332 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
2334 pSurface = pState->papSurfaces[sid];
2696 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
2698 pSurface = pState->papSurfaces[sid];
2739 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
2741 pSurface = pState->papSurfaces[sid];
2803 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
2805 pSurface = pState->papSurfaces[sid];
3058 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
3205 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
4344 AssertReturn(target.sid < pState->cSurfaces && pState->papSurfaces[target.sid]->id == target.sid, VERR_INVALID_PARAMETER);
4345 pRenderTarget = pState->papSurfaces[target.sid];
4831 AssertReturn(sid < pState->cSurfaces && pState->papSurfaces[sid]->id == sid, VERR_INVALID_PARAMETER);
4833 PVMSVGA3DSURFACE pSurface = pState->papSurfaces[sid];
5304 AssertReturn(sidVertex < pState->cSurfaces && pState->papSurfaces[sidVertex]->id == sidVertex, VERR_INVALID_PARAMETER);
5306 pVertexSurface = pState->papSurfaces[sidVertex];
5376 pVertexSurface = pState->papSurfaces[sidVertex];
5514 || pState->papSurfaces[sidIndex]->id != sidIndex)
5517 Assert(sidIndex < pState->cSurfaces && pState->papSurfaces[sidIndex]->id == sidIndex);
5521 pIndexSurface = pState->papSurfaces[sidIndex];
5576 pVertexSurface = pState->papSurfaces[sidVertex];