HomeSort by relevance Sort by last modified time
    Searched defs:compareImages (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTestUtils.java 160 public static void compareImages(String message, Bitmap expected, Bitmap actual,
  /frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
VectorDrawableTest.java 173 compareImages(mBitmap, golden, mResources.getString(resIds[i]));
243 private void compareImages(Bitmap ideal, Bitmap given, String filename) {
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 93 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius)
167 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius);
    [all...]
es2fClippingTests.cpp 147 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))
242 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
259 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);
    [all...]
es2fVertexTextureTests.cpp 380 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
624 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 96 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius)
170 faultyPixels = compareImages(log, renderCtx, referenceImage, testImage, diffMask.getAccess(), kernelRadius);
    [all...]
es3fClippingTests.cpp 150 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))
245 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
262 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);
    [all...]
es3fVertexTextureTests.cpp 477 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
724 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
    [all...]
  /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
AnimatedVectorDrawableTest.java 205 compareImages(firstFrame, bitmap, "correctness_" + i);
213 private void compareImages(Bitmap ideal, Bitmap given, String filename) {
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 450 bool testOk = compareImages(resImage, refImage, 0.05f);
749 bool ShaderRenderCase::compareImages (const Surface& resImage, const Surface& refImage, float errorThreshold)
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 756 const bool compareOk = compareImages(resImage, refImage, 0.1f);
    [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp     [all...]

Completed in 442 milliseconds