Searched refs:__glXExtensionBitIsEnabled (Results 1 – 3 of 3) sorted by relevance
255 extern GLboolean __glXExtensionBitIsEnabled(struct glx_screen *psc,
1968 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit)) { in glXCreateGLXPixmapWithConfigSGIX()2011 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit)) { in glXCreateContextWithConfigSGIX()2029 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit) in glXGetFBConfigFromVisualSGIX()
530 __glXExtensionBitIsEnabled(struct glx_screen * psc, unsigned bit) in __glXExtensionBitIsEnabled() function