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

  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 93 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, int blueBits)
    [all...]
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 108 static inline float compareColors (deUint32 pa, deUint32 pb, int minErrThreshold)
216 minErr = deFloatMin(minErr, compareColors(pixel, readUnorm8<NumChannels>(surface, x, y), params.minErrThreshold));
241 minErr = deFloatMin(minErr, compareColors(pixel, readUnorm8<NumChannels>(surface, dx, dy), params.minErrThreshold));
254 minErr = deFloatMin(minErr, compareColors(pixel, sample, params.minErrThreshold));

Completed in 36 milliseconds