Home
last modified time | relevance | path

Searched refs:comparePixels (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff.h172 int result = T::comparePixels(lhs, rhs); in compare()
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function in CompareDiffMetrics
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function in CompareDiffWeighted
214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function in CompareDiffMeanMismatches
235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function in CompareDiffMaxMismatches
249 return CompareDiffMeanMismatches::comparePixels(lhs, rhs); in comparePixels()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.hpp60 virtual bool comparePixels(glw::GLint width, glw::GLint height, glw::GLint pixelSize,
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp117 bool GeometryShaderLayeredRenderingBoundaryCondition::comparePixels(glw::GLint width, glw::GLint height, in comparePixels() function in glcts::GeometryShaderLayeredRenderingBoundaryCondition
455 if (!comparePixels(m_width, m_height, m_texture_components, buffer, expectedData, nTexture, nLayer)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp426 bool comparePixels (const tcu::Vector<T,N>& res, const tcu::Vector<T,N>& ref, const int targetWidth, const T eps = {}) in comparePixels() function
968 doContinue = ut::comparePixels(result.getPixelInt(x,y), reference.getPixelInt(x,y), targetWidth ); in compare()
971 doContinue = ut::comparePixels(result.getPixelUint(x,y), reference.getPixelUint(x,y), targetWidth ); in compare()
974 doContinue = ut::comparePixels(result.getPixel(x,y), reference.getPixel(x,y), targetWidth, 0.0005f); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp429 bool comparePixels (const tcu::Vector<T,N>& res, const tcu::Vector<T,N>& ref, const int targetWidth, const T eps = {}) in comparePixels() function
971 doContinue = ut::comparePixels(result.getPixelInt(x,y), reference.getPixelInt(x,y), targetWidth ); in compare()
974 doContinue = ut::comparePixels(result.getPixelUint(x,y), reference.getPixelUint(x,y), targetWidth ); in compare()
977 doContinue = ut::comparePixels(result.getPixel(x,y), reference.getPixel(x,y), targetWidth, 0.0005f); in compare()
/third_party/skia/tests/
H A DGrSurfaceTest.cpp330 auto comparePixels = [](const SkPixmap& p1, const SkPixmap& p2, skiatest::Reporter* reporter) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
378 comparePixels(srcPixmap, read, reporter); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp76 static bool comparePixels(glw::GLenum left_internal_format, const glw::GLdouble& left_red,
82 static bool comparePixels(glw::GLuint left_pixel_size, const glw::GLubyte* left_pixel_data,
453 bool Utils::comparePixels(GLenum left_internal_format, const GLdouble& left_red, const GLdouble& left_green, in comparePixels() function in gl4cts::CopyImage::Utils
492 bool Utils::comparePixels(GLuint left_pixel_size, const GLubyte* left_pixel_data, GLuint right_pixel_size, in comparePixels() function in gl4cts::CopyImage::Utils
2484 return comparePixels(left_internal_format, left_red, left_green, left_blue, left_alpha, right_internal_format, in unpackAndComaprePixels()
2947 if (false == Utils::comparePixels(left_pixel_size, left_pixel_data, right_pixel_size, right_pixel_data)) in compareImages()
3739 if (false == Utils::comparePixels(pixel_size, left_pixel_data, pixel_size, right_pixel_data)) in compareImages()

Completed in 13 milliseconds