Home
last modified time | relevance | path

Searched refs:bestFbcID (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/test-native/
H A DcontextRetargetDrawable02.c213 int bestFbcID = 0; in createGLWin() local
214 if( 0 != glXGetFBConfigAttrib( dpy, bestFbc, GLX_FBCONFIG_ID, &bestFbcID ) ) { in createGLWin()
218 printf( "Chosen FBConfigID = 0x%x\n", bestFbcID); in createGLWin()