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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.h290 jint OGLSD_NextPowerOfTwo(jint val, jint max);
H A DOGLSurfaceData.c85 OGLSD_NextPowerOfTwo(jint val, jint max) function
173 texWidth = OGLSD_NextPowerOfTwo(width, texMax);
174 texHeight = OGLSD_NextPowerOfTwo(height, texMax);
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLSurfaceData.m502 pbWidth = OGLSD_NextPowerOfTwo(width, pbMax);
503 pbHeight = OGLSD_NextPowerOfTwo(height, pbMax);

Completed in 79 milliseconds