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

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.h90 VisualID GLXGC_FindBestVisual(JNIEnv *env, jint screen);
H A DGLXGraphicsConfig.c356 GLXGC_FindBestVisual(JNIEnv *env, jint screen) function
362 J2dRlsTraceLn1(J2D_TRACE_INFO, "GLXGC_FindBestVisual: scn=%d", screen);
366 "GLXGC_FindBestVisual: could not initialize GLX");
373 "GLXGC_FindBestVisual: could not find best visual");
380 "GLXGC_FindBestVisual: could not get visual for fbconfig");
388 "GLXGC_FindBestVisual: chose 0x%x as the best visual for screen %d",
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c268 (bestGLXVisualID = GLXGC_FindBestVisual(env, xinawareScreen)) > 0)

Completed in 38 milliseconds