Searched refs:_eglIsApiValid (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglcurrent.h72 _eglIsApiValid(EGLenum api) function in typeref:typename:EGLBoolean
H A Deglglvnd.c74 imports->getSupportsAPI = _eglIsApiValid;
H A Deglapi.c1605 if (!_eglIsApiValid(api))
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglcurrent.h72 _eglIsApiValid(EGLenum api) function in typeref:typename:EGLBoolean
H A Deglglvnd.c94 imports->getSupportsAPI = _eglIsApiValid;
H A Deglapi.c1659 if (!_eglIsApiValid(api))
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c221 if (_eglIsApiValid(EGL_OPENGL_API))
223 if (_eglIsApiValid(EGL_OPENGL_ES_API))
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c622 if ((api_mask & (1 <<__DRI_API_OPENGL)) && _eglIsApiValid(EGL_OPENGL_API))
624 if ((api_mask & (1 << __DRI_API_GLES)) && _eglIsApiValid(EGL_OPENGL_ES_API))
626 if ((api_mask & (1 << __DRI_API_GLES2)) && _eglIsApiValid(EGL_OPENGL_ES_API))
628 if ((api_mask & (1 << __DRI_API_GLES3)) && _eglIsApiValid(EGL_OPENGL_ES_API))
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c916 if ((api_mask & (1 <<__DRI_API_OPENGL)) && _eglIsApiValid(EGL_OPENGL_API))
918 if ((api_mask & (1 << __DRI_API_GLES)) && _eglIsApiValid(EGL_OPENGL_ES_API))
920 if ((api_mask & (1 << __DRI_API_GLES2)) && _eglIsApiValid(EGL_OPENGL_ES_API))
922 if ((api_mask & (1 << __DRI_API_GLES3)) && _eglIsApiValid(EGL_OPENGL_ES_API))

Completed in 18 milliseconds