Home
last modified time | relevance | path

Searched refs:test_read_pixels (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tests/
DRectangleTextureTest.cpp41 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()
DTestUtils.cpp22 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()
DTestUtils.h17 void test_read_pixels(skiatest::Reporter*, GrSurfaceContext* srcContext,
DEGLImageTest.cpp188 test_read_pixels(reporter, surfaceContext.get(), pixels.get(), "EGLImageTest-read"); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()