• Home
  • Raw
  • Download

Lines Matching refs:dContext

49 static void fillrectop_creation_test(skiatest::Reporter* reporter, GrDirectContext* dContext,  in fillrectop_creation_test()  argument
59 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext); in fillrectop_creation_test()
73 skgpu::v1::FillRectOp::AddFillRectOps(sdc.get(), nullptr, dContext, std::move(paint), overallAA, in fillrectop_creation_test()
91 dContext->flushAndSubmit(); in fillrectop_creation_test()
97 static void textureop_creation_test(skiatest::Reporter* reporter, GrDirectContext* dContext, in textureop_creation_test() argument
103 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext); in textureop_creation_test()
108 sk_sp<GrSurfaceProxy> proxyA = create_proxy(dContext); in textureop_creation_test()
109 sk_sp<GrSurfaceProxy> proxyB = create_proxy(dContext); in textureop_creation_test()
127 sk_sp<GrSurfaceProxy> proxyA = create_proxy(dContext); in textureop_creation_test()
150 GrOp::Owner op = skgpu::v1::TextureOp::Make(dContext, in textureop_creation_test()
167 dContext, in textureop_creation_test()
187 !dContext->priv().caps()->dynamicStateArrayGeometryProcessorTextureSupport()) { in textureop_creation_test()
208 dContext->flushAndSubmit(); in textureop_creation_test()
214 static void run_test(GrDirectContext* dContext, skiatest::Reporter* reporter, BulkRectTest test) { in run_test() argument
224 test(reporter, dContext, noAA, GrAAType::kNone, SkBlendMode::kSrcOver, in run_test()
237 test(reporter, dContext, noAA, GrAAType::kCoverage, SkBlendMode::kSrcOver, in run_test()
251 test(reporter, dContext, alternateAA, GrAAType::kCoverage, SkBlendMode::kSrcOver, in run_test()
266 test(reporter, dContext, runOfNonAA, GrAAType::kCoverage, SkBlendMode::kSrcOver, in run_test()
281 test(reporter, dContext, fixedAA, GrAAType::kCoverage, SkBlendMode::kSrcATop, in run_test()
295 test(reporter, dContext, onlyOneAA, GrAAType::kCoverage, SkBlendMode::kSrcOver, in run_test()
308 test(reporter, dContext, onlyOneAA, GrAAType::kCoverage, SkBlendMode::kSrcOver, in run_test()