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

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
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",

Completed in 360 milliseconds