Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:height0

50  * width0, height0, depth0 are the dimensions of the level 0 image
60 GLuint height0,
70 assert(height0 > 0);
87 pt.height0 = height0;
196 ptHeight != u_minify(pt->height0, image->Level) ||
318 u_minify(dst->height0, level));
326 u_minify(dst->height0, level)); /* width, height */
346 region.y = src->height0 / 2;
375 GLuint height = u_minify(dst->height0, dstLevel);
381 u_minify(src->height0, srcLevel) != height ||