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

/external/mesa3d/src/glx/
H A Ddri_common_query_renderer.c73 if (value[0] == (1U << __DRI_API_OPENGL_CORE))
H A Ddri_common.c532 *api = __DRI_API_OPENGL_CORE;
544 ? __DRI_API_OPENGL_CORE : __DRI_API_OPENGL;
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.c172 psp->api_mask |= (1 << __DRI_API_OPENGL_CORE);
326 case __DRI_API_OPENGL_CORE:
H A Dutils.c529 ? (1U << __DRI_API_OPENGL_CORE) : (1U << __DRI_API_OPENGL);
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h1031 #define __DRI_API_OPENGL_CORE 3 /**< OpenGL 3.2+ core profile */ macro
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1134 api = __DRI_API_OPENGL_CORE;

Completed in 1178 milliseconds