Home
last modified time | relevance | path

Searched refs:new_SDC (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DBulkRectTest.cpp19 static std::unique_ptr<skgpu::v1::SurfaceDrawContext> new_SDC(GrRecordingContext* rContext) { in new_SDC() function
59 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext); in fillrectop_creation_test()
103 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext); in textureop_creation_test()
DGrThreadSafeCacheTest.cpp41 static std::unique_ptr<skgpu::v1::SurfaceDrawContext> new_SDC(GrRecordingContext* rContext, in new_SDC() function
652 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext, wh); in FillInViewOnGpu()