Home
last modified time | relevance | path

Searched defs:compareThreshold (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/common/
DtcuRGBA.hpp137 inline bool compareThreshold (RGBA a, RGBA b, RGBA threshold) in compareThreshold() function
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp272 …UVec4 compareThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec()… in iterate() local
Des2fPolygonOffsetTests.cpp77 inline bool compareThreshold (const tcu::IVec4& a, const tcu::IVec4& b, const tcu::IVec4& threshold) in compareThreshold() function
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp327 …UVec4 compareThreshold = (m_useSrgbFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget(… in iterate() local
Des3fPolygonOffsetTests.cpp80 inline bool compareThreshold (const tcu::IVec4& a, const tcu::IVec4& b, const tcu::IVec4& threshold) in compareThreshold() function
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp549 …const UVec4 compareThreshold = (useFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget(… in iterate() local
Des31fLayoutBindingTests.cpp634 const tcu::RGBA compareThreshold = tcu::RGBA(de::clamp(2 * surfaceThreshold.getRed(), 0, 255), in drawAndVerifyResult() local
/external/deqp/modules/egl/
DteglImageFormatTests.cpp460 …const tcu::RGBA compareThreshold (32, 32, 32, 32); // layer colors are far apart, large threshol… in invokeGLES2() local
587 …const tcu::RGBA compareThreshold (32, 32, 32, 32); // layer colors are far apart, large threshol… in invokeGLES2() local
/external/deqp/modules/glshared/
DglsDrawTest.cpp3437 … colorsEqual (const tcu::RGBA& colorA, const tcu::RGBA& colorB, const tcu::IVec3& compareThreshold) in colorsEqual()
3448 …nst tcu::Surface& target, int x, int y, const tcu::RGBA& color, const tcu::IVec3& compareThreshold) in pixelNeighborhoodContainsColor()
3483 …const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, con… in edgeRelaxedImageCompare()
3578 …const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, int… in intersectionRelaxedLineImageCompare()