Searched defs:rangeDiff (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp963 inline int rangeDiff (int x, int a, int b) function in namespace:glu::TextureTestUtil
973 inline tcu::RGBA rangeDiff (tcu::RGBA p, tcu::RGBA a, tcu::RGBA b) function in namespace:glu::TextureTestUtil
984 return tcu::RGBA(rangeDiff(p.getRed(), rMin, rMax),
985 rangeDiff(p.getGreen(), gMin, gMax),
986 rangeDiff(p.getBlue(), bMin, bMax),
987 rangeDiff(p.getAlpha(), aMin, aMax));
992 tcu::RGBA diff = rangeDiff(p, a, b);

Completed in 157 milliseconds