Searched refs:_eglCompareConfigs (Results 1 - 4 of 4) sorted by relevance
/external/mesa3d/src/egl/main/ |
H A D | eglconfig.h | 201 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
|
H A D | eglconfig.c | 574 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, function 767 return _eglCompareConfigs(conf1, conf2,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
H A D | egl_g3d_api.c | 103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE);
|
/external/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 103 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0)
|
Completed in 523 milliseconds