Searched refs:test_read_pixels (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tests/ |
D | RectangleTextureTest.cpp | 41 test_read_pixels(reporter, rtContext.get(), expectedPixelValues, in test_basic_draw_as_src() 88 test_read_pixels(reporter, rtc, expectedPixels.get(), "RectangleTexture-clear"); in test_clear() 114 test_read_pixels(reporter, dstContext, pixels.get(), testName); in test_copy_to_surface() 191 test_read_pixels(reporter, rectContext.get(), refPixels, "RectangleTexture-read"); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | TestUtils.cpp | 22 void test_read_pixels(skiatest::Reporter* reporter, in test_read_pixels() function 72 test_read_pixels(reporter, dstContext, pixels.get(), testName); in test_write_pixels() 86 test_read_pixels(reporter, dstContext.get(), expectedPixelValues, testName); in test_copy_from_surface()
|
D | TestUtils.h | 17 void test_read_pixels(skiatest::Reporter*, GrSurfaceContext* srcContext,
|
D | EGLImageTest.cpp | 188 test_read_pixels(reporter, surfaceContext.get(), pixels.get(), "EGLImageTest-read"); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|