Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListCase.cpp161 bool configCountOk = numValid >= numNotConformant; in iterate() local
162 m_testCtx.setTestResult(configCountOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
163 configCountOk ? "Pass" : "Too many non-conformant configs"); in iterate()