Searched refs:highColor (Results 1 – 3 of 3) sorted by relevance
110 bool drawAndCheckGradient (bool isVerticallyIncreasing, const tcu::Vec4& highColor) const;239 bool DitheringCase::drawAndCheckGradient (const bool isVerticallyIncreasing, const Vec4& highColor)… in drawAndCheckGradient()250 const Vec4& quadClr1 = highColor; in drawAndCheckGradient()
110 bool drawAndCheckGradient (bool isVerticallyIncreasing, const tcu::Vec4& highColor) const;245 bool DitheringCase::drawAndCheckGradient (const bool isVerticallyIncreasing, const Vec4& highColor)… in drawAndCheckGradient()256 const Vec4& quadClr1 = highColor; in drawAndCheckGradient()
1817 …const tcu::RGBA highColor = m_iterationSampleBuffers[sampleNdx + (int)sampleCoverage.size()].getP… in postTest() local1829 int redBits = (int)deFloatRound((float)highColor.getRed() / 255.0f * 31); in postTest()1830 int greenBits = (int)deFloatRound((float)highColor.getGreen() / 255.0f * 63); in postTest()1831 int blueBits = (int)deFloatRound((float)highColor.getBlue() / 255.0f * 31); in postTest()