Searched refs:__DRI_API_OPENGL_CORE (Results 1 – 6 of 6) sorted by relevance
73 if (value[0] == (1U << __DRI_API_OPENGL_CORE)) in dri_convert_context_profile_bits()
513 ? __DRI_API_OPENGL_CORE : __DRI_API_OPENGL; in dri_convert_glx_attribs()
185 psp->api_mask |= (1 << __DRI_API_OPENGL_CORE); in driCreateNewScreen2()338 case __DRI_API_OPENGL_CORE: in driCreateContextAttribs()
592 ? (1U << __DRI_API_OPENGL_CORE) : (1U << __DRI_API_OPENGL); in driQueryRendererIntegerCommon()
1133 #define __DRI_API_OPENGL_CORE 3 /**< OpenGL 3.2+ core profile */ macro
1553 api = __DRI_API_OPENGL_CORE; in dri2_create_context()1556 api = __DRI_API_OPENGL_CORE; in dri2_create_context()