Searched refs:compareImages (Results 1 - 17 of 17) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
301 return compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des2fTextureFormatTests.cpp194 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
362 return compareImages(log, referenceFrame, renderedFrame, threshold);
484 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
596 return compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des2fVertexTextureTests.cpp377 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res) function in namespace:deqp::gles2::Functional
621 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
953 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
H A Des2fTextureWrapTests.cpp217 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des2fPolygonOffsetTests.cpp93 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius) function in namespace:deqp::gles2::Functional::__anon3180
167 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius);
H A Des2fClippingTests.cpp147 inline int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius, bool (*pixelCmp)(const tcu::IVec4& a, const tcu::IVec4& b)) function in namespace:deqp::gles2::Functional::__anon3158
242 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
259 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);
/external/deqp/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
301 return compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des3fTextureFormatTests.cpp211 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
393 return compareImages(log, referenceFrame, renderedFrame, threshold);
550 return compareImages(log, (string("Layer" + de::toString(layerNdx))).c_str(), (string("Layer " + de::toString(layerNdx))).c_str(), referenceFrame, renderedFrame, threshold);
703 return compareImages(log, (string("Slice" + de::toString(sliceNdx))).c_str(), (string("Slice " + de::toString(sliceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
846 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
999 return compareImages(log, referenceFrame, renderedFrame, threshold);
1112 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
1224 return compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des3fTextureSwizzleTests.cpp216 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des3fVertexTextureTests.cpp475 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res) function in namespace:deqp::gles3::Functional
722 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
1057 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
1397 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
1740 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
H A Des3fPolygonOffsetTests.cpp96 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius) function in namespace:deqp::gles3::Functional::__anon3330
170 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius);
H A Des3fClippingTests.cpp150 inline int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius, bool (*pixelCmp)(const tcu::IVec4& a, const tcu::IVec4& b)) function in namespace:deqp::gles3::Functional::__anon3291
245 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
262 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp238 bool compareImages (const tcu::Surface& resImage, const tcu::Surface& refImage, float errorThreshold);
H A DglsTextureTestUtil.hpp379 bool compareImages (tcu::TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold);
380 bool compareImages (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold);
H A DglsShaderRenderCase.cpp466 bool testOk = compareImages(resImage, refImage, 0.05f);
765 bool ShaderRenderCase::compareImages (const Surface& resImage, const Surface& refImage, float errorThreshold) function in class:deqp::gls::ShaderRenderCase
H A DglsTextureTestUtil.cpp992 bool compareImages (TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) function in namespace:deqp::gls::TextureTestUtil
997 bool compareImages (TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) function in namespace:deqp::gls::TextureTestUtil
/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp222 return compareImages(log, (string("LayerFace" + de::toString(layerFaceNdx))).c_str(), (string("Layer-face " + de::toString(layerFaceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
355 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);

Completed in 162 milliseconds