Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp199 …bool isSetMatch = (set<EGLConfig>(resultConfigs.begin(), resultConfigs.end()) == set<EGLConfig>(r… in executeTest() local
201 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true); in executeTest()
205 else if (!isSetMatch) in executeTest()