Lines Matching refs:zoffset
2148 GLint xoffset, GLint yoffset, GLint zoffset, in subtexture_error_check() argument
2213 GLint xoffset, GLint yoffset, GLint zoffset, in subtexture_error_check2() argument
2249 if (zoffset < -zBorder) { in subtexture_error_check2()
2253 if (zoffset + depth > (GLint) destTex->Depth + zBorder) { in subtexture_error_check2()
2541 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check2() argument
2594 if (zoffset < -zBorder) { in copytexsubimage_error_check2()
2599 if (zoffset > (GLint) teximage->Depth + zBorder) { in copytexsubimage_error_check2()
3221 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage() argument
3234 xoffset, yoffset, zoffset, width, height, depth, in texsubimage()
3248 if (subtexture_error_check(ctx, dims, target, level, xoffset, yoffset, zoffset, in texsubimage()
3260 xoffset, yoffset, zoffset, in texsubimage()
3270 zoffset += texImage->Border; in texsubimage()
3281 xoffset, yoffset, zoffset, in texsubimage()
3326 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TexSubImage3D() argument
3333 xoffset, yoffset, zoffset, in _mesa_TexSubImage3D()
3482 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage() argument
3494 level, xoffset, yoffset, zoffset, x, y, width, height); in copytexsubimage()
3509 zoffset, width, height, texImage)) { in copytexsubimage()
3517 zoffset += texImage->Border; in copytexsubimage()
3533 xoffset, yoffset, zoffset, in copytexsubimage()
3570 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTexSubImage3D() argument
3574 copytexsubimage(ctx, 3, target, level, xoffset, yoffset, zoffset, in _mesa_CopyTexSubImage3D()
3596 GLint xoffset, GLint yoffset, GLint zoffset, in compressed_subtexture_error_check() argument
3602 (void) zoffset; in compressed_subtexture_error_check()
3774 GLint xoffset, GLint yoffset, GLint zoffset, in compressed_tex_sub_image() argument
3805 xoffset, yoffset, zoffset, in compressed_tex_sub_image()
3841 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_CompressedTexSubImage3DARB() argument
3845 compressed_tex_sub_image(3, target, level, xoffset, yoffset, zoffset, in _mesa_CompressedTexSubImage3DARB()