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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c717 OGLContext_IsLCDShaderSupportAvailable(JNIEnv *env, function
723 J2dTraceLn(J2D_TRACE_INFO, "OGLContext_IsLCDShaderSupportAvailable");
737 "OGLContext_IsLCDShaderSupportAvailable: disabled via flag");
746 "OGLContext_IsLCDShaderSupportAvailable: not enough tex units (%d)",
751 "OGLContext_IsLCDShaderSupportAvailable: LCD text shader supported");
877 if (OGLContext_IsLCDShaderSupportAvailable(env, fragShaderAvail)) {

Completed in 30 milliseconds