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

  /external/deqp/framework/common/
tcuRGBA.cpp 67 rDiff = (deUint8)deAbs32(ra - rb);
75 gDiff = (deUint8)deAbs32(ga - gb);
83 bDiff = (deUint8)deAbs32(ba - bb);
91 aDiff = (deUint8)deAbs32(aa - ab);
tcuRGBA.hpp 119 deAbs32(a.getRed() - b.getRed()),
120 deAbs32(a.getGreen() - b.getGreen()),
121 deAbs32(a.getBlue() - b.getBlue()),
122 deAbs32(a.getAlpha() - b.getAlpha()));
tcuRasterizationVerifier.cpp 95 return deAbs32(colorA.getRed() - colorB.getRed()) <= thresholdRed &&
96 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen &&
97 deAbs32(colorA.getBlue() - colorB.getBlue()) <= thresholdBlue;
    [all...]
  /external/deqp/framework/delibs/debase/
deMath.c 149 const int exponent = 31 - deClz32((deUint32)deAbs32(x));
deInt32.h 51 DE_INLINE int deAbs32 (int a)
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp     [all...]

Completed in 298 milliseconds