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

/external/deqp/modules/internal/
H A DditImageCompareTests.cpp55 FuzzyComparisonMetricCase (tcu::TestContext& testCtx, const char* name, const char* refImg, const char* cmpImg, const float minBound, const float maxBound) argument
57 , m_refImg (refImg)
66 tcu::TextureLevel refImg; local
75 tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath());
78 errorMask.setStorage(refImg.getFormat(), refImg.getWidth(), refImg.getHeight(), refImg.getDepth());
82 result = tcu::fuzzyCompare(params, refImg, cmpImg, errorMask);
86 m_testCtx.getLog() << TestLog::Image("RefImage", "Reference Image", refImg)
114 BilinearCompareCase(tcu::TestContext& testCtx, const char* name, const char* refImg, const char* cmpImg, const tcu::RGBA& threshold, bool expectedResult) argument
125 tcu::TextureLevel refImg; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderMetamorphicTests.cpp77 void checkNondet (const tcu::Surface& refImg, const std::string& vertexSrc, const std::string& fragmentSrc);
159 void ShaderMetamorphicVariant::checkNondet (const tcu::Surface& refImg, const std::string& vertexSrc, const std::string& fragmentSrc) argument
162 tcu::Surface img = tcu::Surface(refImg.getWidth(), refImg.getHeight());
165 bool same = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", img, refImg, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);

Completed in 306 milliseconds