Home
last modified time | relevance | path

Searched refs:__glXExtensionBitIsEnabled (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/
Dglxextensions.h260 extern GLboolean __glXExtensionBitIsEnabled(struct glx_screen *psc,
Dglxcmds.c1866 !__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()
Dglx_pbuffer.c356 *value = __glXExtensionBitIsEnabled(pdraw->psc, in __glXGetDrawableAttribute()
Dglxextensions.c645 __glXExtensionBitIsEnabled(struct glx_screen * psc, unsigned bit) in __glXExtensionBitIsEnabled() function