Searched refs:zBorder (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | texobj.c | 2199 int zBorder; local in function:_mesa_InvalidateTexSubImage 2216 zBorder = 0; 2224 zBorder = 0; 2232 zBorder = 0; 2243 zBorder = 0; 2253 zBorder = 0; 2261 zBorder = image->Border; 2270 zBorder = 0; 2299 if (zoffset < -zBorder) { 2305 if (zoffset + depth > imageDepth + zBorder) { [all...] |
| H A D | teximage.c | 1209 GLint zBorder = (target == GL_TEXTURE_2D_ARRAY || local in function:error_check_subtexture_dimensions 1213 if (zoffset < -zBorder) { |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | texobj.c | 2220 int zBorder; local in function:_mesa_InvalidateTexSubImage 2237 zBorder = 0; 2245 zBorder = 0; 2253 zBorder = 0; 2264 zBorder = 0; 2274 zBorder = 0; 2282 zBorder = image->Border; 2291 zBorder = 0; 2320 if (zoffset < -zBorder) { 2326 if (zoffset + depth > imageDepth + zBorder) { [all...] |
| H A D | teximage.c | 1188 GLint zBorder = (target == GL_TEXTURE_2D_ARRAY || local in function:error_check_subtexture_dimensions 1192 if (zoffset < -zBorder) { |
Completed in 21 milliseconds