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

/external/deqp/modules/gles2/functional/
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::__anon4954
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::__anon4932
242 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
259 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);
H A Des2fVertexTextureTests.cpp380 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res) function in namespace:deqp::gles2::Functional
624 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
956 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
/external/deqp/modules/gles3/functional/
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::__anon5100
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::__anon5061
245 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
262 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);
H A Des3fVertexTextureTests.cpp477 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res) function in namespace:deqp::gles3::Functional
724 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
1059 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
1399 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
1742 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp499 bool testOk = compareImages(resImage, refImage, 0.05f);
810 bool ShaderRenderCase::compareImages(const Surface& resImage, const Surface& refImage, float errorThreshold) function in class:deqp::ShaderRenderCase
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp768 const bool compareOk = compareImages(resImage, refImage, 0.2f);
3173 bool ShaderRenderCaseInstance::compareImages (const tcu::Surface& resImage, const tcu::Surface& refImage, float errorThreshold) function in class:vkt::sr::ShaderRenderCaseInstance
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp948 bool compareImages (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) function in namespace:glu::TextureTestUtil
953 bool compareImages (tcu::TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) function in namespace:glu::TextureTestUtil
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp450 bool testOk = compareImages(resImage, refImage, 0.05f);
749 bool ShaderRenderCase::compareImages (const Surface& resImage, const Surface& refImage, float errorThreshold) function in class:deqp::gls::ShaderRenderCase
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp2892 bool FunctionalTest::compareImages(const targetDesc& left_desc, const GLubyte* left_data, GLuint left_x, GLuint left_y, function in class:gl4cts::CopyImage::FunctionalTest
3501 if (false == compareImages(src_desc, src_pixels[level], 0, 0, layer, level, src_desc,
3530 if (false == compareImages(test_case.m_dst, dst_pixels[level], 0, 0, layer, level, test_case.m_dst,
3553 if (false == compareImages(test_case.m_dst, dst_pixels[dst_level], 0, 0, layer, dst_level,
3584 if (false == compareImages(test_case.m_dst, dst_pixels[dst_level], x, y, layer + dst_layer,
3598 if (false == compareImages(test_case.m_dst, &dst_level_data[0], test_case.m_dst_x, test_case.m_dst_y,
3717 bool SmokeTest::compareImages(const testCase& test_case, const GLubyte* left_data, const GLubyte* right_data) const function in class:gl4cts::CopyImage::SmokeTest
4099 if (false == compareImages(test_case, src_pixels, &src_data[0]))
4112 if (false == compareImages(test_case, src_pixels, &dst_data[0]))

Completed in 384 milliseconds