Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp896 tcu::Vec4 formatReferenceColor (tcu::Vec4 referenceColor);
1234 tcu::Vec4 SRGBTestCase::formatReferenceColor (tcu::Vec4 referenceColor) in formatReferenceColor() function in deqp::gles31::Functional::__anon572b04c90111::SRGBTestCase
1436 pixelReference = this->formatReferenceColor(getColorReferenceLinear()); in verifyResult()
1437 pixelExpected = this->formatReferenceColor(getColorReferenceSRGB()); in verifyResult()
1439 this->formatReferenceColor(pixelReference); in verifyResult()
1508 pixelReference = this->formatReferenceColor(getColorReferenceSRGB()); in verifyResult()
1509 pixelExpected = this->formatReferenceColor(getColorReferenceLinear()); in verifyResult()
1577 pixelReference = pixelExpected = this->formatReferenceColor(getColorReferenceLinear()); in verifyResult()
1878 pixelExpected0 = this->formatReferenceColor(getColorReferenceSRGB()); in verifyResult()
1879 pixelExpected1 = this->formatReferenceColor(getColorReferenceLinear()); in verifyResult()
[all …]