Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp108 …bool checkColor (const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErro…
168 bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logE… in checkColor() argument
179 const float scaledInput = inputClr[chanNdx] * (float)channelMax; in checkColor()
217 << " (corresponding fragment color channel is " << inputClr[chanNdx] << ")" in checkColor()
220 << "Note: " << inputClr[chanNdx] << " * (" << channelMax + 1 << "-1) = " << scaledInput in checkColor()
290 const Vec4 inputClr = (1.0f-inputF)*quadClr0 + inputF*quadClr1; in drawAndCheckGradient() local
292 if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk)) in drawAndCheckGradient()
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp108 …bool checkColor (const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErro…
168 bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logE… in checkColor() argument
179 const float scaledInput = inputClr[chanNdx] * (float)channelMax; in checkColor()
217 << " (corresponding fragment color channel is " << inputClr[chanNdx] << ")" in checkColor()
220 << "Note: " << inputClr[chanNdx] << " * (" << channelMax + 1 << "-1) = " << scaledInput in checkColor()
290 const Vec4 inputClr = (1.0f-inputF)*quadClr0 + inputF*quadClr1; in drawAndCheckGradient() local
292 if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk)) in drawAndCheckGradient()