Lines Matching refs:pixelReference
1429 tcu::Vec4 pixelReference;
1436 pixelReference = this->formatReferenceColor(getColorReferenceLinear());
1439 this->formatReferenceColor(pixelReference);
1443 if ( (tcu::boolAll(tcu::lessThan(tcu::abs(pixelConverted - pixelReference), m_epsilonError))) || (tcu::boolAll(tcu::equal(pixelConverted, pixelReference))) )
1501 tcu::Vec4 pixelReference;
1508 pixelReference = this->formatReferenceColor(getColorReferenceSRGB());
1514 if ( (tcu::boolAll(tcu::lessThan(tcu::abs(pixelConverted - pixelReference), m_epsilonError))) || (tcu::boolAll(tcu::equal(pixelConverted, pixelReference))) )
1571 tcu::Vec4 pixelReference;
1577 pixelReference = pixelExpected = this->formatReferenceColor(getColorReferenceLinear());
1582 if ( (tcu::boolAll(tcu::lessThan(tcu::abs(pixelResultList[0] - pixelReference), m_epsilonError))) || (tcu::boolAll(tcu::equal(pixelResultList[0], pixelReference))) )
1951 tcu::Vec4 pixelReference;
1958 pixelReference = this->formatReferenceColor(getColorReferenceSRGB());
1964 if ( (tcu::boolAll(tcu::lessThan(tcu::abs(pixelConverted - pixelReference), m_epsilonError))) || (tcu::boolAll(tcu::equal(pixelConverted, pixelReference))) )