Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp199 bool isSetMatch = (set<EGLConfig>(resultConfigs.begin(), resultConfigs.end()) == set<EGLConfig>(referenceConfigs.begin(), referenceConfigs.end())); in executeTest() local
201 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true); in executeTest()
205 else if (!isSetMatch) in executeTest()

Completed in 2 milliseconds