Searched refs:imageDepth (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexobj.c2202 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 Dtexgetimage.c915 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 Dtexobj.c2223 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 Dtexgetimage.c922 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 Drenderpixswap.c128 __GLX_SWAP_INT((GLbyte *)&hdr->imageDepth);
234 __GLX_SWAP_INT((GLbyte *)&hdr->imageDepth);
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxclient.h186 GLuint imageDepth; member in struct:__GLXpixelStoreModeRec
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxclient.h188 GLuint imageDepth; member in struct:__GLXpixelStoreModeRec
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h1496 CARD32 imageDepth; \

Completed in 21 milliseconds