Searched defs:inputClr (Results 1 - 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fDitheringTests.cpp | 108 bool checkColor (const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErrors) const; 168 bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logErrors) const argument 179 const float scaledInput = inputClr[chanNdx] * (float)channelMax; 217 << " (corresponding fragment color channel is " << inputClr[chanNdx] << ")" 220 << "Note: " << inputClr[chanNdx] << " * (" << channelMax + 1 << "-1) = " << scaledInput 290 const Vec4 inputClr = (1.0f-inputF)*quadClr0 + inputF*quadClr1; local 292 if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk))
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fDitheringTests.cpp | 108 bool checkColor (const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErrors) const; 168 bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logErrors) const argument 179 const float scaledInput = inputClr[chanNdx] * (float)channelMax; 217 << " (corresponding fragment color channel is " << inputClr[chanNdx] << ")" 220 << "Note: " << inputClr[chanNdx] << " * (" << channelMax + 1 << "-1) = " << scaledInput 290 const Vec4 inputClr = (1.0f-inputF)*quadClr0 + inputF*quadClr1; local 292 if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk))
|
Completed in 28 milliseconds