Lines Matching refs:Height
80 const GLint height = texImage->Height;
96 0, 0, width, height, GL_MAP_READ_BIT,
100 for (row = 0; row < height; row++) {
102 width, height, format, type,
130 const GLint height = texImage->Height;
140 0, 0, width, height, GL_MAP_READ_BIT,
144 for (row = 0; row < height; row++) {
147 width, height, format, type,
175 const GLint height = texImage->Height;
185 0, 0, width, height, GL_MAP_READ_BIT,
189 for (row = 0; row < height; row++) {
192 width, height, format, type,
235 const GLuint height = texImage->Height;
241 tempImage = (GLfloat *) malloc(width * height * depth
254 0, 0, width, height,
258 _mesa_decompress_image(texFormat, width, height,
294 _mesa_rebase_rgba_float(width * height, (GLfloat (*)[4]) tempImage,
299 for (row = 0; row < height; row++) {
301 width, height, format, type,
328 GLuint height = texImage->Height;
345 depth = height;
346 height = 1;
378 0, 0, width, height, GL_MAP_READ_BIT,
381 for (row = 0; row < height; row++) {
384 width, height, format, type,
490 texImage->Height, format, type, 0, 0);
498 0, 0, texImage->Width, texImage->Height,
503 memcpy(dst, src, bytesPerRow * texImage->Height);
507 for (row = 0; row < texImage->Height; row++) {
626 0, 0, texImage->Width, texImage->Height,
635 texImage->Height,
642 for (i = 0; i < (texImage->Height + bh - 1) / bh; i++) {
770 texImage->Height, texImage->Depth,
837 texImage->Width, texImage->Height,
906 texImage->Height,
967 texImage->Width, texImage->Height);