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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxscreens.c51 __GLXFBConfig **__glXFBConfigs; variable in typeref:typename:__GLXFBConfig **
230 __glXFBConfigs = NULL;
242 __glXFBConfigs = (__GLXFBConfig **)malloc( dmxScreen0->numFBConfigs *
256 __glXFBConfigs[ __glXNumFBConfigs * (numscreens+1) + s + 1 ] = cfg;
276 __glXFBConfigs[ __glXNumFBConfigs * (numscreens+1) + 1 ] =
285 __glXFBConfigs[ __glXNumFBConfigs * (numscreens+1) + 0 ] = proxy_cfg;
335 if ( __glXFBConfigs[j]->id == id)
336 return __glXFBConfigs[j];
347 if ( __glXFBConfigs[j]->associatedVisualId == vid)
348 return __glXFBConfigs[
[all...]
H A Dglxcmds.c61 extern __GLXFBConfig **__glXFBConfigs;
2741 pFBConfig = __glXFBConfigs[ i * (screenInfo.numScreens+1) ];
2812 __GLXFBConfig *be_pFBConfig = __glXFBConfigs[ i * (screenInfo.numScreens+1)+screen+1 ];

Completed in 5 milliseconds