Home
last modified time | relevance | path

Searched refs:__DRI_API_OPENGL_CORE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/glx/
Ddri_common_query_renderer.c73 if (value[0] == (1U << __DRI_API_OPENGL_CORE)) in dri_convert_context_profile_bits()
Ddri_common.c575 *api = __DRI_API_OPENGL_CORE; in dri2_convert_glx_attribs()
587 ? __DRI_API_OPENGL_CORE : __DRI_API_OPENGL; in dri2_convert_glx_attribs()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c176 psp->api_mask |= (1 << __DRI_API_OPENGL_CORE); in driCreateNewScreen2()
329 case __DRI_API_OPENGL_CORE: in driCreateContextAttribs()
Dutils.c525 ? (1U << __DRI_API_OPENGL_CORE) : (1U << __DRI_API_OPENGL); in driQueryRendererIntegerCommon()
/external/mesa3d/include/GL/internal/
Ddri_interface.h1069 #define __DRI_API_OPENGL_CORE 3 /**< OpenGL 3.2+ core profile */ macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1284 api = __DRI_API_OPENGL_CORE; in dri2_create_context()