Lines Matching defs:TexHeight
22 static int TexWidth = SIZE, TexHeight = SIZE;
67 /* resize to TexWidth x TexHeight */
68 if (width != TexWidth || height != TexHeight) {
69 GLubyte *newImage = malloc(TexWidth * TexHeight * 4);
72 TexWidth, TexHeight);
76 TexWidth, TexHeight, GL_UNSIGNED_BYTE, newImage);
82 glTexImage2D(GL_TEXTURE_2D, 0, format, TexWidth, TexHeight, 0,
88 height = TexHeight;
113 GLint Height = TexHeight / (1 << i);
199 TexHeight / (1 << RenderTextureLevel));
231 int texWidth = TexWidth, texHeight = TexHeight;
264 texHeight = TexHeight >> bias;
276 glRasterPos2f(x, y + TexHeight + 5);