Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDitheringTests.cpp110 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()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDitheringTests.cpp110 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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleVariableTests.cpp1817 …const tcu::RGBA highColor = m_iterationSampleBuffers[sampleNdx + (int)sampleCoverage.size()].getP… in postTest() local
1829 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()