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

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.h52 * GLXFBConfig fbconfig;
62 GLXFBConfig fbconfig; member in struct:_GLXGraphicsConfigInfo
74 * GLXFBConfig fbconfig;
85 GLXFBConfig fbconfig; member in struct:_GLXCtxInfo
H A DGLXGraphicsConfig.c201 * fbconfig with a minimal combined depth+stencil buffer. Note that we
205 * scan through the whole list to find the most VRAM-efficient fbconfig.
311 // looking for an fbconfig that has the smallest combined
324 // we've found a valid fbconfig corresponding to the
341 "GLXGC_InitFBConfig: could not find an appropriate fbconfig");
380 "GLXGC_FindBestVisual: could not get visual for fbconfig");
399 GLXGC_InitScratchPbuffer(GLXFBConfig fbconfig) argument
408 return j2d_glXCreatePbuffer(awt_display, fbconfig, pbattrlist);
416 GLXGC_InitOGLContext(GLXFBConfig fbconfig, GLXContext context, argument
441 ctxinfo->fbconfig
470 GLXFBConfig fbconfig; local
[all...]

Completed in 248 milliseconds