Searched refs:pFBConfig (Results 1 – 3 of 3) sorted by relevance
216 glxc->pFBConfig = glxLookupFBConfig(fbconfigId); in CreateContext()217 if (!glxc->pFBConfig) { in CreateContext()222 visual = glxc->pFBConfig->associatedVisualId; in CreateContext()225 glxc->pFBConfig = NULL; in CreateContext()259 if (glxc->pFBConfig == NULL) { in CreateContext()260 glxc->pFBConfig = glxLookupFBConfigByVID(visual); in CreateContext()262 if (glxc->pFBConfig == NULL) { in CreateContext()302 if (glxc->pFBConfig) { in CreateContext()304 glxLookupBackEndFBConfig(glxc->pFBConfig->id, in CreateContext()330 if (glxc->pFBConfig) { in CreateContext()[all …]
39 __GLXFBConfig *pFBConfig; member58 __GLXFBConfig *pFBConfig; member
55 __GLXFBConfig *pFBConfig; member