Searched refs:refImg (Results 1 - 5 of 5) 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);
110 BilinearCompareCase (tcu::TestContext& testCtx, const char* name, const char* refImg, cons argument
121 tcu::TextureLevel refImg; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp286 tcu::Surface refImg (width, height);
331 for (int y = 0; y < refImg.getHeight(); y++)
333 for (int x = 0; x < refImg.getWidth(); x++)
335 const float xf = (float(x)+.5f) / float(refImg.getWidth());
336 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight());
342 refImg.setPixel(x, y, tcu::RGBA(color));
348 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
379 tcu::Surface refImg (width, height);
423 for (int y = 0; y < refImg
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp303 tcu::Surface refImg (width, height);
351 for (int y = 0; y < refImg.getHeight(); y++)
353 for (int x = 0; x < refImg.getWidth(); x++)
355 const float xf = (float(x)+.5f) / float(refImg.getWidth());
356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight());
362 refImg.setPixel(x, y, tcu::RGBA(color));
368 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
399 tcu::Surface refImg (width, height);
446 for (int y = 0; y < refImg
[all...]
/external/skia/tests/
H A DSurfaceTest.cpp670 SkAutoTUnref<SkImage> refImg(make_desc_image(ctx, w, h, srcTex, false));
673 test_image_color(reporter, refImg, expected0);
682 test_image_color(reporter, refImg, expected1);
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp121 virtual bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& refImg) const = 0;

Completed in 200 milliseconds