Searched refs:__glXExtensionBitIsEnabled (Results 1 – 4 of 4) sorted by relevance
260 extern GLboolean __glXExtensionBitIsEnabled(struct glx_screen *psc,
1866 !__glXExtensionBitIsEnabled(pdraw->psc, EXT_swap_control_tear_bit)) { in glXSwapIntervalEXT()1995 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit)) { in glXCreateGLXPixmapWithConfigSGIX()2038 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit)) { in glXCreateContextWithConfigSGIX()2056 && __glXExtensionBitIsEnabled(psc, SGIX_fbconfig_bit) in glXGetFBConfigFromVisualSGIX()
356 *value = __glXExtensionBitIsEnabled(pdraw->psc, in __glXGetDrawableAttribute()
645 __glXExtensionBitIsEnabled(struct glx_screen * psc, unsigned bit) in __glXExtensionBitIsEnabled() function