Home
last modified time | relevance | path

Searched refs:FILTER_EQUAL (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/egl/
DegluConfigFilter.hpp42 FILTER_EQUAL = 0, enumerator
81 …== (EGLint value) const { return ConfigFilter(Attribute, value, ConfigFilter::FILTER_EQUAL); } in operator ==()
DegluConfigFilter.cpp42 case FILTER_EQUAL: isMatch = (cmpValue == m_value); break; in match()
59 case FILTER_EQUAL: isMatch = (cmpValue == m_value); break; in match()