Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri_common.c526 *api = __DRI_API_OPENGL_CORE; in dri2_convert_glx_attribs()
538 ? __DRI_API_OPENGL_CORE : __DRI_API_OPENGL; in dri2_convert_glx_attribs()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddrisw_util.c128 case __DRI_API_OPENGL_CORE: in driCreateContextAttribs()
Ddri_util.c194 case __DRI_API_OPENGL_CORE: in dri2CreateContextAttribs()
/external/mesa3d/include/GL/internal/
Ddri_interface.h805 #define __DRI_API_OPENGL_CORE 3 /**< OpenGL 3.2+ core profile */ macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c753 api = __DRI_API_OPENGL_CORE; in dri2_create_context()