Searched refs:cellColorA (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 187 const tcu::RGBA cellColorA (m_gridCellColorA); in compare() local 195 const bool signConfig = tcu::compareThreshold(baseColor, cellColorA, threshold); in compare() 220 …const bool isValidColor = tcu::compareThreshold(color, cellColorA, threshold) || tcu::compareThres… in compare() 233 << "Expected either " << cellColorA << " or " << cellColorB << "." in compare() 249 if (tcu::compareThreshold(color, cellColorA, threshold)) in compare() 260 if (tcu::compareThreshold(color, cellColorA, threshold)) in compare() 274 const bool resultSign = tcu::compareThreshold(cellColorA, color, threshold); in compare()
|