Home
last modified time | relevance | path

Searched refs:_eglCompareConfigs (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Deglconfig.h213 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
Deglconfig.c594 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() function
784 return _eglCompareConfigs(conf1, conf2, in _eglFallbackCompare()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c338 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) in dri2_match_config()