Searched refs:effectiveGLXexts (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dfake_glx_screen.h33 this->effectiveGLXexts = 0;
/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h33 this->effectiveGLXexts = 0;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h493 char *effectiveGLXexts; member in struct:glx_screen
H A Dglxext.c746 if (psc->effectiveGLXexts)
747 Xfree(psc->effectiveGLXexts);
H A Dglxextensions.c551 * string is stored in \c psc->effectiveGLXexts.
635 psc->effectiveGLXexts = __glXGetStringFromTable(known_glx_extensions,
H A Dglxcmds.c1297 if (!psc->effectiveGLXexts) {
1313 return psc->effectiveGLXexts;
/external/mesa3d/src/glx/
H A Dglxclient.h493 char *effectiveGLXexts; member in struct:glx_screen
H A Dglxext.c746 if (psc->effectiveGLXexts)
747 Xfree(psc->effectiveGLXexts);
H A Dglxextensions.c551 * string is stored in \c psc->effectiveGLXexts.
635 psc->effectiveGLXexts = __glXGetStringFromTable(known_glx_extensions,
H A Dglxcmds.c1297 if (!psc->effectiveGLXexts) {
1313 return psc->effectiveGLXexts;

Completed in 915 milliseconds