Searched refs:__glXExtensionBitIsEnabled (Results 1 – 3 of 3) sorted by relevance
239 extern GLboolean __glXExtensionBitIsEnabled(struct glx_screen *psc,
1964 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit)) { in glXCreateGLXPixmapWithConfigSGIX()2007 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit)) { in glXCreateContextWithConfigSGIX()2025 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit) in glXGetFBConfigFromVisualSGIX()
460 __glXExtensionBitIsEnabled(struct glx_screen * psc, unsigned bit) in __glXExtensionBitIsEnabled() function