/external/skia/tools/skdiff/ |
D | skdiff.h | 172 int result = T::comparePixels(lhs, rhs); in compare() 186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function 199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function 214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function 235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function 249 return CompareDiffMeanMismatches::comparePixels(lhs, rhs); in comparePixels()
|
/external/skqp/tools/skdiff/ |
D | skdiff.h | 172 int result = T::comparePixels(lhs, rhs); in compare() 186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function 199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function 214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function 235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function 249 return CompareDiffMeanMismatches::comparePixels(lhs, rhs); in comparePixels()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.hpp | 60 virtual bool comparePixels(glw::GLint width, glw::GLint height, glw::GLint pixelSize,
|
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 117 bool GeometryShaderLayeredRenderingBoundaryCondition::comparePixels(glw::GLint width, glw::GLint he… in comparePixels() function in glcts::GeometryShaderLayeredRenderingBoundaryCondition 455 …if (!comparePixels(m_width, m_height, m_texture_components, buffer, expectedData, nTexture, nLayer… in iterate()
|
/external/skqp/tests/ |
D | GrSurfaceTest.cpp | 254 auto comparePixels = [](const SkPixmap& p1, const SkPixmap& p2, skiatest::Reporter* reporter) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 292 comparePixels(pixels, read, reporter); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | GrSurfaceTest.cpp | 339 auto comparePixels = [](const SkPixmap& p1, const SkPixmap& p2, skiatest::Reporter* reporter) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 387 comparePixels(srcPixmap, read, reporter); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 76 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& le… in comparePixels() function in gl4cts::CopyImage::Utils 492 bool Utils::comparePixels(GLuint left_pixel_size, const GLubyte* left_pixel_data, GLuint right_pixe… in comparePixels() function in gl4cts::CopyImage::Utils 2497 …return comparePixels(left_internal_format, left_red, left_green, left_blue, left_alpha, right_inte… in unpackAndComaprePixels() 2960 …if (false == Utils::comparePixels(left_pixel_size, left_pixel_data, right_pixel_size, right_pixel_… in compareImages() 3752 if (false == Utils::comparePixels(pixel_size, left_pixel_data, pixel_size, right_pixel_data)) in compareImages()
|