Home
last modified time | relevance | path

Searched refs:_eglValidateConfig (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/main/
Deglconfig.h188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching);
Deglconfig.c259 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig() function
529 if (!_eglValidateConfig(conf, EGL_TRUE)) in _eglParseConfigAttribList()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c327 return _eglValidateConfig(conf, EGL_FALSE); in init_config_attributes()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c508 if (!_eglValidateConfig(&template.Base, EGL_FALSE)) { in create_configs()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c217 if (!_eglValidateConfig(&base, EGL_FALSE)) { in dri2_add_config()