Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp1986 …const int maxColDiff = de::max(de::max(colDiff.x(), colDiff.y()), colDiff.z()); // check RGB cha… in compare() local
1988 if (maxColDiff <= colorComponentThreshold) in compare()