Searched refs:pMipLevel (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp3398 PVMSVGA3DMIPMAPLEVEL pMipLevel; local
3408 pMipLevel = &pSurface->pMipmapLevels[host.mipmap];
3427 if (pBoxes[i].x + pBoxes[i].w > pMipLevel->size.width)
3428 pBoxes[i].w = pMipLevel->size.width - pBoxes[i].x;
3429 if (pBoxes[i].y + pBoxes[i].h > pMipLevel->size.height)
3430 pBoxes[i].h = pMipLevel->size.height - pBoxes[i].y;
3431 if (pBoxes[i].z + pBoxes[i].d > pMipLevel->size.depth)
3432 pBoxes[i].d = pMipLevel->size.depth - pBoxes[i].z;
3437 || pBoxes[i].x > pMipLevel->size.width
3438 || pBoxes[i].y > pMipLevel
[all...]
H A DDevVGA-SVGA3d-win.cpp2326 PVMSVGA3DMIPMAPLEVEL pMipLevel; local
2336 pMipLevel = &pSurface->pMipmapLevels[host.mipmap];
2354 if (pBoxes[i].x + pBoxes[i].w > pMipLevel->size.width)
2355 pBoxes[i].w = pMipLevel->size.width - pBoxes[i].x;
2356 if (pBoxes[i].y + pBoxes[i].h > pMipLevel->size.height)
2357 pBoxes[i].h = pMipLevel->size.height - pBoxes[i].y;
2358 if (pBoxes[i].z + pBoxes[i].d > pMipLevel->size.depth)
2359 pBoxes[i].d = pMipLevel->size.depth - pBoxes[i].z;
2364 || pBoxes[i].x > pMipLevel->size.width
2365 || pBoxes[i].y > pMipLevel
[all...]

Completed in 62 milliseconds