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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.h221 jboolean OGLContext_IsVersionSupported(const unsigned char *versionstr);
H A DOGLContext.c927 OGLContext_IsVersionSupported(const unsigned char *versionstr) function
929 J2dTraceLn(J2D_TRACE_INFO, "OGLContext_IsVersionSupported");
933 "OGLContext_IsVersionSupported: version string is null");
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c573 if (!OGLContext_IsVersionSupported(versionstr)) {
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c602 if (!OGLContext_IsVersionSupported(versionstr)) {
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.m322 if (!OGLContext_IsVersionSupported(versionstr)) {

Completed in 482 milliseconds