Searched refs:realHeight (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
199 GL_TEXTURE_HEIGHT, &realHeight);
203 if ((realWidth != texWidth) || (realHeight != texHeight)) {
206 realWidth, realHeight);

Completed in 1136 milliseconds