Searched refs:imageDepth (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texobj.c | 2202 int imageDepth; local in function:_mesa_InvalidateTexSubImage 2219 imageDepth = 1; 2227 imageDepth = 1; 2235 imageDepth = 1; 2246 imageDepth = 1; 2256 imageDepth = image->Depth; 2264 imageDepth = image->Depth; 2273 imageDepth = 0; 2305 if (zoffset + depth > imageDepth + zBorder) {
|
| H A D | texgetimage.c | 915 GLuint imageWidth = 0, imageHeight = 0, imageDepth = 0; local in function:dimensions_error_check 993 imageDepth = texImage->Depth; 1012 if (zoffset + depth > imageDepth) { 1015 caller, zoffset, depth, imageDepth);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texobj.c | 2223 int imageDepth; local in function:_mesa_InvalidateTexSubImage 2240 imageDepth = 1; 2248 imageDepth = 1; 2256 imageDepth = 1; 2267 imageDepth = 1; 2277 imageDepth = image->Depth; 2285 imageDepth = image->Depth; 2294 imageDepth = 0; 2326 if (zoffset + depth > imageDepth + zBorder) {
|
| H A D | texgetimage.c | 922 GLuint imageWidth = 0, imageHeight = 0, imageDepth = 0; local in function:dimensions_error_check 1000 imageDepth = texImage->Depth; 1019 if (zoffset + depth > imageDepth) { 1022 caller, zoffset, depth, imageDepth);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | renderpixswap.c | 128 __GLX_SWAP_INT((GLbyte *)&hdr->imageDepth); 234 __GLX_SWAP_INT((GLbyte *)&hdr->imageDepth);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxclient.h | 186 GLuint imageDepth; member in struct:__GLXpixelStoreModeRec
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxclient.h | 188 GLuint imageDepth; member in struct:__GLXpixelStoreModeRec
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxproto.h | 1496 CARD32 imageDepth; \
|
Completed in 21 milliseconds