Searched refs:expectedPixelValues (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/tests/ |
D | TestUtils.cpp | 23 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()
|
D | TestUtils.h | 18 uint32_t expectedPixelValues[], const char* testName); 28 GrColorType colorType, uint32_t expectedPixelValues[],
|
D | RectangleTextureTest.cpp | 28 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/ |
D | TestUtils.cpp | 27 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()
|
D | TestUtils.h | 21 uint32_t expectedPixelValues[], const char* testName); 35 uint32_t expectedPixelValues[],
|
D | RectangleTextureTest.cpp | 27 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()
|