Home
last modified time | relevance | path

Searched refs:expectedPixelValues (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/tests/
DTestUtils.cpp23 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[], in test_read_pixels() argument
37 if (pixels.get()[i] != expectedPixelValues[i]) { in test_read_pixels()
39 testName, i, expectedPixelValues[i], pixels.get()[i]); in test_read_pixels()
76 GrColorType colorType, uint32_t expectedPixelValues[], in test_copy_from_surface() argument
86 test_read_pixels(reporter, dstContext.get(), expectedPixelValues, testName); in test_copy_from_surface()
DTestUtils.h18 uint32_t expectedPixelValues[], const char* testName);
28 GrColorType colorType, uint32_t expectedPixelValues[],
DRectangleTextureTest.cpp28 uint32_t expectedPixelValues[]) { in test_basic_draw_as_src() argument
41 test_read_pixels(reporter, rtContext.get(), expectedPixelValues, in test_basic_draw_as_src()
/third_party/skia/tests/
DTestUtils.cpp27 uint32_t expectedPixelValues[], in TestReadPixels() argument
43 if (pm.addr32()[i] != expectedPixelValues[i]) { in TestReadPixels()
45 testName, i, expectedPixelValues[i], pm.addr32()[i]); in TestReadPixels()
88 uint32_t expectedPixelValues[], in TestCopyFromSurface() argument
99 TestReadPixels(reporter, dContext, dstContext.get(), expectedPixelValues, testName); in TestCopyFromSurface()
DTestUtils.h21 uint32_t expectedPixelValues[], const char* testName);
35 uint32_t expectedPixelValues[],
DRectangleTextureTest.cpp27 SkAlphaType alphaType, uint32_t expectedPixelValues[]) { in test_basic_draw_as_src() argument
35 TestReadPixels(reporter, dContext, sfc.get(), expectedPixelValues, in test_basic_draw_as_src()