Searched refs:__DRI_API_GLES3 (Results 1 – 10 of 10) sorted by relevance
187 screen->api_mask |= (1 << __DRI_API_GLES3); in driCreateNewScreen3()455 case __DRI_API_GLES3: in driCreateContextAttribs()
831 #define __DRI_API_GLES3 4 /**< OpenGL ES 3.x */ macro
1054 #define __DRI_API_GLES3 4 /**< OpenGL ES 3.x */ macro
1141 #define __DRI_API_GLES3 4 /**< OpenGL ES 3.x */ macro
528 dca->api = __DRI_API_GLES3; in dri_convert_glx_attribs()
802 (1 << __DRI_API_GLES3))) != 0) { in bind_extensions()
660 if ((api_mask & (1 << __DRI_API_GLES3)) && _eglIsApiValid(EGL_OPENGL_ES_API)) in dri2_setup_screen()1223 api = __DRI_API_GLES3; in dri2_create_context()
43735 …platform/external/mesa3d,[email protected],dri: Define enum __DRI_API_GLES3