Searched refs:__DRI_API_OPENGL (Results 1 – 12 of 12) sorted by relevance
179 screen->api_mask |= (1 << __DRI_API_OPENGL); in driCreateNewScreen3()448 case __DRI_API_OPENGL: in driCreateContextAttribs()626 return driCreateNewContextForAPI(screen, __DRI_API_OPENGL, in driCreateNewContext()
53 ? (1U << __DRI_API_OPENGL_CORE) : (1U << __DRI_API_OPENGL); in driQueryRendererIntegerCommon()
453 dca->api = __DRI_API_OPENGL; in dri_convert_glx_attribs()521 ? __DRI_API_OPENGL_CORE : __DRI_API_OPENGL; in dri_convert_glx_attribs()524 dca->api = __DRI_API_OPENGL; in dri_convert_glx_attribs()
72 else if (value[0] == (1U << __DRI_API_OPENGL)) in dri_convert_context_profile_bits()
827 #define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */ macro
1050 #define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */ macro
1137 #define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */ macro
1031 __DRI_API_OPENGL, in gbm_dri_bo_map()
654 if ((api_mask & (1 << __DRI_API_OPENGL)) && _eglIsApiValid(EGL_OPENGL_API)) in dri2_setup_screen()1240 api = __DRI_API_OPENGL; in dri2_create_context()
58257 …ernal/mesa3d,[email protected],dri: set the __DRI_API_OPENGL bit based on …