Lines Matching refs:Height
80 const GLint height = texImage->Height; in get_tex_depth()
130 const GLint height = texImage->Height; in get_tex_depth_stencil()
175 const GLint height = texImage->Height; in get_tex_ycbcr()
235 const GLuint height = texImage->Height; in get_tex_rgba_compressed()
328 GLuint height = texImage->Height; in get_tex_rgba_uncompressed()
490 texImage->Height, format, type, 0, 0); in get_tex_memcpy()
498 0, 0, texImage->Width, texImage->Height, in get_tex_memcpy()
503 memcpy(dst, src, bytesPerRow * texImage->Height); in get_tex_memcpy()
507 for (row = 0; row < texImage->Height; row++) { in get_tex_memcpy()
626 0, 0, texImage->Width, texImage->Height, in _mesa_get_compressed_teximage()
635 texImage->Height, in _mesa_get_compressed_teximage()
642 for (i = 0; i < (texImage->Height + bh - 1) / bh; i++) { in _mesa_get_compressed_teximage()
770 texImage->Height, texImage->Depth, in getteximage_error_check()
837 texImage->Width, texImage->Height, in _mesa_GetnTexImageARB()
906 texImage->Height, in getcompressedteximage_error_check()
967 texImage->Width, texImage->Height); in _mesa_GetnCompressedTexImageARB()