Searched refs:__DRI_API_OPENGL (Results 1 – 7 of 7) sorted by relevance
478 *api = __DRI_API_OPENGL; in dri2_convert_glx_attribs()544 ? __DRI_API_OPENGL_CORE : __DRI_API_OPENGL; in dri2_convert_glx_attribs()547 *api = __DRI_API_OPENGL; in dri2_convert_glx_attribs()
75 else if (value[0] == (1U << __DRI_API_OPENGL)) in dri_convert_context_profile_bits()
76 if (!intelInitContext(intel, __DRI_API_OPENGL, in i830CreateContext()
170 psp->api_mask |= (1 << __DRI_API_OPENGL); in driCreateNewScreen2()316 case __DRI_API_OPENGL: in driCreateContextAttribs()485 return driCreateNewContextForAPI(screen, __DRI_API_OPENGL, in driCreateNewContext()
529 ? (1U << __DRI_API_OPENGL_CORE) : (1U << __DRI_API_OPENGL); in driQueryRendererIntegerCommon()
1028 #define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */ macro
623 api_mask = 1 << __DRI_API_OPENGL | in dri2_setup_screen()630 if ((api_mask & (1 <<__DRI_API_OPENGL)) && _eglIsApiValid(EGL_OPENGL_API)) in dri2_setup_screen()1136 api = __DRI_API_OPENGL; in dri2_create_context()