Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c216 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 …]
H A Dglxdrawable.h39 __GLXFBConfig *pFBConfig; member
58 __GLXFBConfig *pFBConfig; member
H A Dglxcontext.h55 __GLXFBConfig *pFBConfig; member