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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxdrawable.h52 __GLXFBConfig *pGlxFBConfig; member in struct:__anona5f5c83e0208
H A Dglxcmds.c847 pGlxWindow->pGlxFBConfig != glxc->pFBConfig) {
853 new_reply.writeVid = pGlxWindow->pGlxFBConfig->id;
955 pGlxReadWindow->pGlxFBConfig != glxc->pFBConfig) {
961 new_reply.readVid = pGlxReadWindow->pGlxFBConfig->id;
2903 __GLXFBConfig *pGlxFBConfig = NULL; local in function:__glXCreateWindow
2928 if (!(pGlxFBConfig = glxLookupFBConfig(fbconfigId))) {
2932 visId = pGlxFBConfig->associatedVisualId;
2937 if( !(pGlxFBConfig->drawableType & GLX_WINDOW_BIT) ) {
2996 pGlxWindow->pGlxFBConfig = pGlxFBConfig;
3135 __GLXFBConfig *pGlxFBConfig; local in function:__glXCreatePbuffer
[all...]

Completed in 6 milliseconds