Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListCase.cpp152 int numNotConformant = 0; in iterate() local
156 (cfgIter->reason == EXCLUDEREASON_NOT_CONFORMANT ? numNotConformant : numNotCompatible) += 1; in iterate()
158 …log << TestLog::Message << numValid << " valid, " << numNotConformant << " non-conformant and " <<… in iterate()
161 bool configCountOk = numValid >= numNotConformant; in iterate()