Home
last modified time | relevance | path

Searched refs:_eglIsApiValid (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcurrent.h72 _eglIsApiValid(EGLenum api) in _eglIsApiValid() function
Deglglvnd.c74 imports->getSupportsAPI = _eglIsApiValid; in __egl_Main()
Deglapi.c1573 if (!_eglIsApiValid(api)) in eglBindAPI()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c680 if ((api_mask & (1 <<__DRI_API_OPENGL)) && _eglIsApiValid(EGL_OPENGL_API)) in dri2_setup_screen()
682 if ((api_mask & (1 << __DRI_API_GLES)) && _eglIsApiValid(EGL_OPENGL_ES_API)) in dri2_setup_screen()
684 if ((api_mask & (1 << __DRI_API_GLES2)) && _eglIsApiValid(EGL_OPENGL_ES_API)) in dri2_setup_screen()
686 if ((api_mask & (1 << __DRI_API_GLES3)) && _eglIsApiValid(EGL_OPENGL_ES_API)) in dri2_setup_screen()