Home
last modified time | relevance | path

Searched refs:glxIsExtensionSupported (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxscreens.h51 extern int glxIsExtensionSupported(const char *ext);
H A Dglxscreens.c337 glxIsExtensionSupported(const char *ext) in glxIsExtensionSupported() function
H A Dglxcmds.c377 else if (glxIsExtensionSupported("GLX_SGIX_fbconfig")) { in CreateContext()
1367 else if (glxIsExtensionSupported("GLX_SGI_make_current_read")) { in MakeCurrent()
1962 else if (pFBConfig && glxIsExtensionSupported("GLX_SGIX_fbconfig")) { in CreateGLXPixmap()
2471 if (glxIsExtensionSupported("SGI_swap_control")) { in __glXVendorPrivate()
H A Dglxcmdsswap.c905 if (glxIsExtensionSupported("SGI_swap_control")) { in __glXSwapVendorPrivate()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog36893 dmx: Mark glxIsExtensionSupported as a const char *
36898 glxcmds.c:378:13: warning: passing argument 1 of ‘glxIsExtensionSupported
36900 else if (glxIsExtensionSupported("GLX_SGIX_fbconfig")) {
36906 extern int glxIsExtensionSupported(char *ext);