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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h23 uint32_t cContexts, cSurfaces; local
33 cSurfaces = pState->cSurfaces;
35 pState->cSurfaces = 0;
165 for (uint32_t i = 0; i < cSurfaces; i++)
436 for (uint32_t sid = 0; sid < pState->cSurfaces; sid++)
H A DDevVGA-SVGA3d-win.cpp348 uint32_t cSurfaces; member in struct:__anon13202
371 SSMFIELD_ENTRY( VMSVGA3DSTATE, cSurfaces),
597 for (uint32_t i = 0; i < pState->cSurfaces; i++)
1402 if (sid >= pState->cSurfaces)
1409 while (pState->cSurfaces < cNew)
1414 pState->papSurfaces[pState->cSurfaces++] = pSurface;
1619 if ( sid < pState->cSurfaces
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
[all...]
H A DDevVGA-SVGA3d-ogl.cpp848 uint32_t cSurfaces; member in struct:VMSVGA3DSTATE
901 SSMFIELD_ENTRY( VMSVGA3DSTATE, cSurfaces),
1825 for (uint32_t i = 0; i < pState->cSurfaces; i++)
2627 if (sid >= pState->cSurfaces)
2634 while (pState->cSurfaces < cNew)
2639 pState->papSurfaces[pState->cSurfaces++] = pSurface;
2810 if ( sid < pState->cSurfaces
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
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dddrawi.h962 DWORD cSurfaces; member in struct:_DDRAWI_DDRAWSURFACE_MORE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dddrawi.h962 DWORD cSurfaces; member in struct:_DDRAWI_DDRAWSURFACE_MORE

Completed in 81 milliseconds