Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/dri/
Ddri_util.c183 screen->api_mask |= (1 << __DRI_API_GLES); in driCreateNewScreen3()
450 case __DRI_API_GLES: in driCreateContextAttribs()
/external/mesa3d/src/gallium/include/
Dmesa_interface.h697 #define __DRI_API_GLES 1 /**< OpenGL ES 1.x */ macro
/external/mesa3d/src/glx/
Ddri_common.c532 dca->api = __DRI_API_GLES; in dri_convert_glx_attribs()
Dglxext.c802 if ((mask & ((1 << __DRI_API_GLES) | in bind_extensions()
/external/mesa3d/include/GL/internal/
Ddri_interface.h1137 #define __DRI_API_GLES 1 /**< OpenGL ES 1.x */ macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c659 if ((api_mask & (1 << __DRI_API_GLES)) && _eglIsApiValid(EGL_OPENGL_ES_API)) in dri2_setup_screen()
1231 api = __DRI_API_GLES; in dri2_create_context()