HomeSort by relevance Sort by last modified time
    Searched refs:inputClr (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
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
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;
292 if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk))
  /external/deqp/modules/gles3/functional/
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
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;
292 if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk))

Completed in 155 milliseconds