Home
last modified time | relevance | path

Searched refs:__DRI_API_OPENGL (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/
Ddri_common_query_renderer.c72 else if (value[0] == (1U << __DRI_API_OPENGL)) in dri_convert_context_profile_bits()
Ddri_common.c453 dca->api = __DRI_API_OPENGL; in dri_convert_glx_attribs()
521 ? __DRI_API_OPENGL_CORE : __DRI_API_OPENGL; in dri_convert_glx_attribs()
524 dca->api = __DRI_API_OPENGL; in dri_convert_glx_attribs()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_query_renderer.c53 ? (1U << __DRI_API_OPENGL_CORE) : (1U << __DRI_API_OPENGL); in driQueryRendererIntegerCommon()
Ddri_util.c179 screen->api_mask |= (1 << __DRI_API_OPENGL); in driCreateNewScreen3()
447 case __DRI_API_OPENGL: in driCreateContextAttribs()
624 return driCreateNewContextForAPI(screen, __DRI_API_OPENGL, in driCreateNewContext()
/external/mesa3d/src/gallium/include/
Dmesa_interface.h696 #define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */ macro
/external/mesa3d/include/GL/internal/
Ddri_interface.h1136 #define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */ macro
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c1035 __DRI_API_OPENGL, in gbm_dri_bo_map()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c657 if ((api_mask & (1 << __DRI_API_OPENGL)) && _eglIsApiValid(EGL_OPENGL_API)) in dri2_setup_screen()
1254 api = __DRI_API_OPENGL; in dri2_create_context()