Home
last modified time | relevance | path

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

/third_party/skia/tests/
DRectangleTextureTest.cpp35 TestReadPixels(reporter, dContext, sfc.get(), expectedPixelValues, in test_basic_draw_as_src()
82 TestReadPixels(reporter, dContext, sfc, expectedPixels.get(), "RectangleTexture-clear"); in test_clear()
114 TestReadPixels(reporter, dContext, dstContext, pixels.get(), testName); in test_copy_to_surface()
189 TestReadPixels(reporter, dContext, rectContext.get(), refPixels, "RectangleTexture-read"); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DTestUtils.cpp24 void TestReadPixels(skiatest::Reporter* reporter, in TestReadPixels() function
80 TestReadPixels(reporter, dContext, dstContext, pm.writable_addr32(0, 0), testName); in TestWritePixels()
99 TestReadPixels(reporter, dContext, dstContext.get(), expectedPixelValues, testName); in TestCopyFromSurface()
DTestUtils.h20 void TestReadPixels(skiatest::Reporter*, GrDirectContext*, skgpu::SurfaceContext*,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp145 void TestReadPixels(int x, int y, int, PixelRect *pixelsOut) { pixelsOut->readFB(x, y); } in TestReadPixels() function in angle::WebGLReadOutsideFramebufferTest
346 Main2D(&WebGLReadOutsideFramebufferTest::TestReadPixels, false); in TEST_P()