Searched refs:__DRI_API_GLES2 (Results 1 – 9 of 9) sorted by relevance
185 screen->api_mask |= (1 << __DRI_API_GLES2); in driCreateNewScreen3()454 case __DRI_API_GLES2: in driCreateContextAttribs()
829 #define __DRI_API_GLES2 2 /**< OpenGL ES 2.x */ macro
1052 #define __DRI_API_GLES2 2 /**< OpenGL ES 2.x */ macro
1139 #define __DRI_API_GLES2 2 /**< OpenGL ES 2.x */ macro
530 dca->api = __DRI_API_GLES2; in dri_convert_glx_attribs()
801 (1 << __DRI_API_GLES2) | in bind_extensions()
658 if ((api_mask & (1 << __DRI_API_GLES2)) && _eglIsApiValid(EGL_OPENGL_ES_API)) in dri2_setup_screen()1220 api = __DRI_API_GLES2; in dri2_create_context()