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

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxpbdemo.c38 static GLXFBConfig gFBconfig = 0; variable in typeref:typename:GLXFBConfig
123 gFBconfig = chosenFBConfig;
170 glCtx = glXCreateNewContext(gDpy, gFBconfig, GLX_RGBA_TYPE, NULL, True);
H A Dpbdemo.c46 static FBCONFIG gFBconfig = 0; variable in typeref:typename:FBCONFIG
149 gFBconfig = fbConfigs[i];
230 visInfo = GetVisualFromFBConfig(gDpy, gScreen, gFBconfig);

Completed in 3 milliseconds