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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h221 pMipmapLevel->pSurfaceData = RTMemAllocZ(pMipmapLevel->cbSurface);
222 AssertReturn(pMipmapLevel->pSurfaceData, VERR_NO_MEMORY);
232 rc = SSMR3GetMem(pSSM, pMipmapLevel->pSurfaceData, pMipmapLevel->cbSurface);
487 rc = SSMR3PutMem(pSSM, pMipmapLevel->pSurfaceData, pMipmapLevel->cbSurface);
H A DDevVGA-SVGA3d-win.cpp76 void *pSurfaceData; member in struct:__anon13187
88 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DMIPMAPLEVEL, pSurfaceData),
1581 pSurface->pMipmapLevels[idx].pSurfaceData = RTMemAllocZ(pSurface->pMipmapLevels[idx].cbSurface);
1582 AssertReturn(pSurface->pMipmapLevels[idx].pSurfaceData, VERR_NO_MEMORY);
1693 if (pSurface->pMipmapLevels[idx].pSurfaceData)
1694 RTMemFree(pSurface->pMipmapLevels[idx].pSurfaceData);
1982 LockedSrcRect.pBits = (void *)pSurfaceSrc->pMipmapLevels[src.mipmap].pSurfaceData;
2007 LockedDestRect.pBits = (void *)pSurfaceDest->pMipmapLevels[dest.mipmap].pSurfaceData;
2156 uint8_t *pSrc = (uint8_t *)pSurface->pMipmapLevels[i].pSurfaceData;
2181 RTMemFree(pSurface->pMipmapLevels[i].pSurfaceData);
[all...]
H A DDevVGA-SVGA3d-ogl.cpp485 void *pSurfaceData; member in struct:__anon13171
497 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DMIPMAPLEVEL, pSurfaceData),
2798 pSurface->pMipmapLevels[idx].pSurfaceData = RTMemAllocZ(pSurface->pMipmapLevels[idx].cbSurface);
2799 AssertReturn(pSurface->pMipmapLevels[idx].pSurfaceData, VERR_NO_MEMORY);
2908 if (pSurface->pMipmapLevels[idx].pSurfaceData)
2909 RTMemFree(pSurface->pMipmapLevels[idx].pSurfaceData);
3116 pSurface->pMipmapLevels[i].pSurfaceData);
3127 /* Allocate and initialize texture memory. Passing the zero filled pSurfaceData avoids
3138 pSurface->pMipmapLevels[0].pSurfaceData);
3417 AssertReturn(pSurface->pMipmapLevels[host.mipmap].pSurfaceData, VERR_INTERNAL_ERRO
[all...]

Completed in 67 milliseconds