Searched defs:cFaces (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp112 uint32_t cFaces; member in struct:__anon13190
152 SSMFIELD_ENTRY( VMSVGA3DSURFACE, cFaces),
1506 pSurface->cFaces = 1; /* check for cube maps later */
1537 pSurface->cFaces = 6;
1570 for (uint32_t iFace=0; iFace < pSurface->cFaces; iFace++)
1688 for (uint32_t face=0; face < pSurface->cFaces; face++)
3072 uint32_t cFaces = pSurface->cFaces; local
3074 pMipLevelSize = (SVGA3dSize *)RTMemAllocZ(pSurface->faces[0].numMipLevels * pSurface->cFaces * sizeof(SVGA3dSize));
3077 for (uint32_t face=0; face < pSurface->cFaces; fac
[all...]
H A DDevVGA-SVGA3d-ogl.cpp522 uint32_t cFaces; member in struct:__anon13172
549 SSMFIELD_ENTRY( VMSVGA3DSURFACE, cFaces),
2739 pSurface->cFaces = 1; /* check for cube maps later */
2756 pSurface->cFaces = 6;
2787 for (uint32_t iFace=0; iFace < pSurface->cFaces; iFace++)
2903 for (uint32_t face=0; face < pSurface->cFaces; face++)
4576 uint32_t cFaces = pSurface->cFaces;
4578 pMipLevelSize = (SVGA3dSize *)RTMemAllocZ(pSurface->faces[0].numMipLevels * pSurface->cFaces * sizeof(SVGA3dSize));
4581 for (uint32_t iFace = 0; iFace < pSurface->cFaces; iFac
[all...]

Completed in 64 milliseconds