Home | History | Annotate | Download | only in main

Lines Matching defs:newHeight

1331       GLint newHeight = (height + 3) & ~3;
1332 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte));
1338 upscale_teximage2d(width, height, newWidth, newHeight,
1343 height = newHeight;