Searched refs:texHeight (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c143 GLsizei texWidth, texHeight, realWidth, realHeight; local
160 texHeight = (height <= texMax) ? height : 0;
167 texHeight = (height <= texMax) ? height : 0;
174 texHeight = OGLSD_NextPowerOfTwo(height, texMax);
181 texWidth, texHeight, texMax);
185 if ((texWidth == 0) || (texHeight == 0)) {
194 texWidth, texHeight, 0,
203 if ((realWidth != texWidth) || (realHeight != texHeight)) {
216 texWidth, texHeight, 0,
226 oglsdo->textureHeight = texHeight;
[all...]

Completed in 28 milliseconds