Home
last modified time | relevance | path

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

/external/skia/tests/
DTestUtils.cpp17 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[], in test_read_pixels() argument
31 if (pixels.get()[i] != expectedPixelValues[i]) { in test_read_pixels()
33 testName, i, expectedPixelValues[i], pixels.get()[i]); in test_read_pixels()
70 GrSurfaceProxy* proxy, uint32_t expectedPixelValues[], in test_copy_from_surface() argument
88 test_read_pixels(reporter, dstContext.get(), expectedPixelValues, testName); in test_copy_from_surface()
DTestUtils.h17 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[],
28 GrSurfaceProxy* proxy, uint32_t expectedPixelValues[],
DRectangleTextureTest.cpp23 … sk_sp<GrTextureProxy> rectProxy, uint32_t expectedPixelValues[]) { in test_basic_draw_as_src() argument
40 test_read_pixels(reporter, rtContext.get(), expectedPixelValues, in test_basic_draw_as_src()