Searched refs:__DRI_API_GLES (Results 1 – 6 of 6) sorted by relevance
183 screen->api_mask |= (1 << __DRI_API_GLES); in driCreateNewScreen3()450 case __DRI_API_GLES: in driCreateContextAttribs()
697 #define __DRI_API_GLES 1 /**< OpenGL ES 1.x */ macro
532 dca->api = __DRI_API_GLES; in dri_convert_glx_attribs()
802 if ((mask & ((1 << __DRI_API_GLES) | in bind_extensions()
1137 #define __DRI_API_GLES 1 /**< OpenGL ES 1.x */ macro
659 if ((api_mask & (1 << __DRI_API_GLES)) && _eglIsApiValid(EGL_OPENGL_ES_API)) in dri2_setup_screen()1231 api = __DRI_API_GLES; in dri2_create_context()