Home
last modified time | relevance | path

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

/external/skia/tests/
DTestUtils.cpp21 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[], in test_read_pixels() argument
35 if (pixels.get()[i] != expectedPixelValues[i]) { in test_read_pixels()
37 testName, i, expectedPixelValues[i], pixels.get()[i]); in test_read_pixels()
74 GrSurfaceProxy* proxy, uint32_t expectedPixelValues[], in test_copy_from_surface() argument
93 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.cpp25 … sk_sp<GrTextureProxy> rectProxy, uint32_t expectedPixelValues[]) { in test_basic_draw_as_src() argument
43 test_read_pixels(reporter, rtContext.get(), expectedPixelValues, in test_basic_draw_as_src()
/external/skqp/tests/
DTestUtils.cpp21 GrSurfaceContext* srcContext, uint32_t expectedPixelValues[], in test_read_pixels() argument
35 if (pixels.get()[i] != expectedPixelValues[i]) { in test_read_pixels()
37 testName, i, expectedPixelValues[i], pixels.get()[i]); in test_read_pixels()
74 GrSurfaceProxy* proxy, uint32_t expectedPixelValues[], in test_copy_from_surface() argument
93 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.cpp25 … sk_sp<GrTextureProxy> rectProxy, uint32_t expectedPixelValues[]) { in test_basic_draw_as_src() argument
43 test_read_pixels(reporter, rtContext.get(), expectedPixelValues, in test_basic_draw_as_src()