Lines Matching refs:yoffset
78 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth() argument
97 xoffset, yoffset, width, height, in get_tex_depth()
127 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth_stencil() argument
142 xoffset, yoffset, width, height, in get_tex_depth_stencil()
183 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument
198 xoffset, yoffset, width, height, in get_tex_stencil()
229 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument
242 xoffset, yoffset, width, height, in get_tex_ycbcr()
315 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed() argument
347 xoffset, yoffset, width, height, in get_tex_rgba_compressed()
432 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_uncompressed() argument
476 xoffset, yoffset, width, height, in get_tex_rgba_uncompressed()
572 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba() argument
596 xoffset, yoffset, zoffset, in get_tex_rgba()
603 xoffset, yoffset, zoffset, in get_tex_rgba()
617 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_memcpy() argument
659 xoffset, yoffset, width, height, in get_tex_memcpy()
695 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTexSubImage_sw() argument
730 zoffset = yoffset; in _mesa_GetTexSubImage_sw()
731 yoffset = 0; in _mesa_GetTexSubImage_sw()
737 if (get_tex_memcpy(ctx, xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTexSubImage_sw()
742 get_tex_depth(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
746 get_tex_depth_stencil(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
751 get_tex_stencil(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
755 get_tex_ycbcr(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
759 get_tex_rgba(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
776 GLint xoffset, GLint yoffset, in get_compressed_texsubimage_sw() argument
816 xoffset, yoffset, width, height, in get_compressed_texsubimage_sw()
917 GLint xoffset, GLint yoffset, GLint zoffset, in dimensions_error_check() argument
929 if (yoffset < 0) { in dimensions_error_check()
930 _mesa_error(ctx, GL_INVALID_VALUE, "%s(yoffset = %d)", caller, yoffset); in dimensions_error_check()
957 if (yoffset != 0) { in dimensions_error_check()
959 "%s(1D, yoffset = %d)", caller, yoffset); in dimensions_error_check()
1010 if (yoffset + height > imageHeight) { in dimensions_error_check()
1013 caller, yoffset, height, imageHeight); in dimensions_error_check()
1039 if (yoffset % bh != 0) { in dimensions_error_check()
1041 "%s(yoffset = %d)", caller, yoffset); in dimensions_error_check()
1063 (yoffset + height != (GLint) texImage->Height)) { in dimensions_error_check()
1307 GLint xoffset, GLint yoffset, GLint zoffset, in gettexsubimage_error_check() argument
1322 xoffset, yoffset, zoffset, in gettexsubimage_error_check()
1388 GLint xoffset, GLint yoffset, GLint zoffset, in get_texture_image() argument
1437 ctx->Driver.GetTexSubImage(ctx, xoffset, yoffset, zoffset, in get_texture_image()
1602 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTextureSubImage() argument
1623 xoffset, yoffset, zoffset, in _mesa_GetTextureSubImage()
1630 xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTextureSubImage()
1669 GLint xoffset, GLint yoffset, GLint zoffset, in getcompressedteximage_error_check() argument
1694 xoffset, yoffset, zoffset, in getcompressedteximage_error_check()
1763 GLint xoffset, GLint yoffset, GLint zoffset, in get_compressed_texture_image() argument
1814 xoffset, yoffset, zoffset, in get_compressed_texture_image()
1974 GLint xoffset, GLint yoffset, in _mesa_GetCompressedTextureSubImage() argument
1989 xoffset, yoffset, zoffset, in _mesa_GetCompressedTextureSubImage()
1996 xoffset, yoffset, zoffset, in _mesa_GetCompressedTextureSubImage()