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

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp121 const bool isOk = compareImages(log, referenceFrame, rendered, pixelFormat.getColorThreshold() + tcu::RGBA(1, 1, 1, 1));
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.hpp135 bool compareImages(const targetDesc& left_desc, const glw::GLubyte* left_data, glw::GLuint left_x,
221 bool compareImages(const testCase& test_case, const glw::GLubyte* left_data, const glw::GLubyte* right_data) const;
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]))
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp179 bool compareImages (tcu::TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold);
180 bool compareImages (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold);
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/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp284 bool compareImages(const tcu::Surface& resImage, const tcu::Surface& refImage, float errorThreshold);
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/modules/gles2/functional/
H A Des2fTextureFormatTests.cpp196 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
364 return compareImages(log, referenceFrame, renderedFrame, threshold);
486 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
598 return compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des2fTextureSizeTests.cpp163 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
312 return compareImages(log, referenceFrame, renderedFrame, threshold);
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);
H A Des2fTextureWrapTests.cpp218 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::__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);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp238 bool compareImages (const tcu::Surface& resImage, const tcu::Surface& refImage, float errorThreshold);
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/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp233 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
420 return compareImages(log, referenceFrame, renderedFrame, threshold);
582 return compareImages(log, (string("Layer" + de::toString(layerNdx))).c_str(), (string("Layer " + de::toString(layerNdx))).c_str(), referenceFrame, renderedFrame, threshold);
740 return compareImages(log, (string("Slice" + de::toString(sliceNdx))).c_str(), (string("Slice " + de::toString(sliceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
883 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
1036 return compareImages(log, referenceFrame, renderedFrame, threshold);
1149 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
1261 return compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des3fTextureSizeTests.cpp164 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
313 return compareImages(log, referenceFrame, renderedFrame, threshold);
H A Des3fTextureSwizzleTests.cpp217 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
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);
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);
/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp246 return compareImages(log, (string("LayerFace" + de::toString(layerFaceNdx))).c_str(), (string("Layer-face " + de::toString(layerFaceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
392 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp601 bool compareImages (const tcu::Surface& resImage,
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/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1374 bool compareImages (tcu::TestLog& log, const CaseDef& caseDef, const tcu::ConstPixelBufferAccess layeredReferenceImage, const tcu::ConstPixelBufferAccess layeredActualImage)
1483 if (!compareImages(context.getTestContext().getLog(), caseDef, layeredImageOne, layeredImageTwo))

Completed in 503 milliseconds