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

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableTest.java 153 compareImages(mBitmap, golden, mResources.getString(resIds[i]));
190 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 148 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))
243 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
260 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);
    [all...]
es2fVertexTextureTests.cpp 377 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
621 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 151 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))
246 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
263 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);
    [all...]
es3fVertexTextureTests.cpp 475 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
722 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 466 bool testOk = compareImages(resImage, refImage, 0.05f);
765 bool ShaderRenderCase::compareImages (const Surface& resImage, const Surface& refImage, float errorThreshold)
glsTextureTestUtil.cpp     [all...]

Completed in 504 milliseconds