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
144 xoffset, yoffset, width, height, in get_tex_depth_stencil()
176 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument
191 xoffset, yoffset, width, height, in get_tex_stencil()
222 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument
235 xoffset, yoffset, width, height, in get_tex_ycbcr()
308 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed() argument
340 xoffset, yoffset, width, height, in get_tex_rgba_compressed()
425 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_uncompressed() argument
469 xoffset, yoffset, width, height, in get_tex_rgba_uncompressed()
565 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba() argument
589 xoffset, yoffset, zoffset, in get_tex_rgba()
596 xoffset, yoffset, zoffset, in get_tex_rgba()
610 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_memcpy() argument
652 xoffset, yoffset, width, height, in get_tex_memcpy()
688 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTexSubImage_sw() argument
723 zoffset = yoffset; in _mesa_GetTexSubImage_sw()
724 yoffset = 0; in _mesa_GetTexSubImage_sw()
730 if (get_tex_memcpy(ctx, xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTexSubImage_sw()
735 get_tex_depth(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
739 get_tex_depth_stencil(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
744 get_tex_stencil(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
748 get_tex_ycbcr(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
752 get_tex_rgba(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
769 GLint xoffset, GLint yoffset, in get_compressed_texsubimage_sw() argument
809 xoffset, yoffset, width, height, in get_compressed_texsubimage_sw()
911 GLint xoffset, GLint yoffset, GLint zoffset, in dimensions_error_check() argument
923 if (yoffset < 0) { in dimensions_error_check()
924 _mesa_error(ctx, GL_INVALID_VALUE, "%s(yoffset = %d)", caller, yoffset); in dimensions_error_check()
951 if (yoffset != 0) { in dimensions_error_check()
953 "%s(1D, yoffset = %d)", caller, yoffset); in dimensions_error_check()
1014 if (yoffset + height > texImage->Height) { in dimensions_error_check()
1017 caller, yoffset, height, texImage->Height); in dimensions_error_check()
1043 if (yoffset % bh != 0) { in dimensions_error_check()
1045 "%s(yoffset = %d)", caller, yoffset); in dimensions_error_check()
1067 (yoffset + height != (GLint) texImage->Height)) { in dimensions_error_check()
1145 GLint xoffset, GLint yoffset, GLint zoffset, in getteximage_error_check() argument
1174 xoffset, yoffset, zoffset, in getteximage_error_check()
1294 GLint xoffset, GLint yoffset, GLint zoffset, in get_texture_image() argument
1343 ctx->Driver.GetTexSubImage(ctx, xoffset, yoffset, zoffset, in get_texture_image()
1453 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTextureSubImage() argument
1474 xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTextureSubImage()
1480 xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTextureSubImage()
1519 GLint xoffset, GLint yoffset, GLint zoffset, in getcompressedteximage_error_check() argument
1544 xoffset, yoffset, zoffset, in getcompressedteximage_error_check()
1613 GLint xoffset, GLint yoffset, GLint zoffset, in get_compressed_texture_image() argument
1664 xoffset, yoffset, zoffset, in get_compressed_texture_image()
1768 GLint xoffset, GLint yoffset, in _mesa_GetCompressedTextureSubImage() argument
1783 xoffset, yoffset, zoffset, in _mesa_GetCompressedTextureSubImage()
1790 xoffset, yoffset, zoffset, in _mesa_GetCompressedTextureSubImage()