Searched defs:texRect (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c119 * (texRect is JNI_TRUE), the actual texture is allowed to have
136 jboolean texNonPow2, jboolean texRect,
163 } else if (texRect) {
245 jboolean texNonPow2, jboolean texRect,
266 texRect = texRect && !OGLSD_IsPowerOfTwo(width, height);
268 if (!OGLSD_InitTextureObject(oglsdo, isOpaque, texNonPow2, texRect,
396 jboolean texNonPow2, jboolean texRect,
413 if (!OGLSD_InitTextureObject(oglsdo, isOpaque, texNonPow2, texRect,
134 OGLSD_InitTextureObject(OGLSDOps *oglsdo, jboolean isOpaque, jboolean texNonPow2, jboolean texRect, jint width, jint height) argument
242 Java_sun_java2d_opengl_OGLSurfaceData_initTexture(JNIEnv *env, jobject oglsd, jlong pData, jboolean isOpaque, jboolean texNonPow2, jboolean texRect, jint width, jint height) argument
393 Java_sun_java2d_opengl_OGLSurfaceData_initFBObject(JNIEnv *env, jobject oglsd, jlong pData, jboolean isOpaque, jboolean texNonPow2, jboolean texRect, jint width, jint height) argument
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java167 boolean texRect,
171 boolean texRect,
165 initTexture(long pData, boolean isOpaque, boolean texNonPow2, boolean texRect, int width, int height) argument
169 initFBObject(long pData, boolean isOpaque, boolean texNonPow2, boolean texRect, int width, int height) argument

Completed in 36 milliseconds