Searched refs:__DRI_API_GLES (Results 1 – 8 of 8) sorted by relevance
122 case __DRI_API_GLES: in driCreateContextAttribs()
188 case __DRI_API_GLES: in dri2CreateContextAttribs()
470 api_mask = 1 << __DRI_API_OPENGL | 1 << __DRI_API_GLES | 1 << __DRI_API_GLES2; in dri2_setup_screen()476 if (api_mask & (1 <<__DRI_API_GLES)) in dri2_setup_screen()737 api = __DRI_API_GLES; in dri2_create_context()
803 #define __DRI_API_GLES 1 /**< OpenGL ES 1.x */ macro
813 sPriv->api_mask |= 1 << __DRI_API_GLES; in dri2_init_screen()
1117 api_mask |= (1 << __DRI_API_GLES); in intelInitScreen2()