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

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c203 * glXChooseFBConfig() will often return a list of fbconfigs with the largest
213 GLXFBConfig *fbconfigs; local
230 // find all fbconfigs for this screen with the provided attributes
231 fbconfigs = j2d_glXChooseFBConfig(awt_display, screennum,
234 if ((fbconfigs == NULL) || (nconfs <= 0)) {
236 "GLXGC_InitFBConfig: could not find any valid fbconfigs");
240 J2dRlsTraceLn(J2D_TRACE_VERBOSE, " candidate fbconfigs:");
242 // iterate through the list of fbconfigs, looking for the one that matches
248 GLXFBConfig fbc = fbconfigs[i];
336 // free the list of fbconfigs
[all...]

Completed in 37 milliseconds