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 73 rDiff = (deUint8)deAbs32(ra - rb);
81 gDiff = (deUint8)deAbs32(ga - gb);
89 bDiff = (deUint8)deAbs32(ba - bb);
97 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()));
  /external/deqp/framework/delibs/debase/
deInt32.h 51 DE_INLINE int deAbs32 (int a)
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp     [all...]
glsRasterizationTestUtil.cpp 99 return deAbs32(colorA.getRed() - colorB.getRed()) <= thresholdRed &&
100 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen &&
101 deAbs32(colorA.getBlue() - colorB.getBlue()) <= thresholdBlue;
    [all...]
glsDrawTest.cpp     [all...]

Completed in 136 milliseconds