Searched refs:isSetMatch (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp158 bool isSetMatch = (set<EGLConfig>(resultConfigs.begin(), resultConfigs.end()) == set<EGLConfig>(referenceConfigs.begin(), referenceConfigs.end())); local
160 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true);
164 else if (!isSetMatch)

Completed in 157 milliseconds