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()
602 ? __DRI_API_OPENGL_CORE : __DRI_API_OPENGL; in dri_convert_glx_attribs()
54 ? (1U << __DRI_API_OPENGL_CORE) : (1U << __DRI_API_OPENGL); in driQueryRendererIntegerCommon()
167 psp->api_mask |= (1 << __DRI_API_OPENGL_CORE); in driCreateNewScreen2()483 case __DRI_API_OPENGL_CORE: in driCreateContextAttribs()
1060 #define __DRI_API_OPENGL_CORE 3 /**< OpenGL 3.2+ core profile */ macro
1561 api = __DRI_API_OPENGL_CORE; in dri2_create_context()1564 api = __DRI_API_OPENGL_CORE; in dri2_create_context()