Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglconfig.h204 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria);
Deglconfig.c446 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig() function
776 return _eglMatchConfig(conf, (const _EGLConfig *) priv_data); in _eglFallbackMatch()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c49 if (!_eglMatchConfig(conf, criteria)) in wgl_match_config()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c323 if (!_eglMatchConfig(conf, criteria)) in dri2_match_config()