/third_party/skia/src/core/ |
D | SkDrawLooper.cpp | 37 SkDrawLooper::Context* context = this->makeContext(&alloc); in canComputeFastBounds() 60 SkDrawLooper::Context* context = this->makeContext(&alloc); in computeFastBounds() 89 Context* ctx = this->makeContext(&alloc); in apply()
|
/third_party/flutter/skia/src/core/ |
D | SkDrawLooper.cpp | 36 SkDrawLooper::Context* context = this->makeContext(&alloc); in canComputeFastBounds() 59 SkDrawLooper::Context* context = this->makeContext(&alloc); in computeFastBounds() 88 Context* ctx = this->makeContext(&alloc); in apply()
|
/third_party/flutter/skia/tests/ |
D | LayerDrawLooperTest.cpp | 61 SkDrawLooper::Context* context = looper->makeContext(&alloc); in test_frontToBack() 97 SkDrawLooper::Context* context = looper->makeContext(&alloc); in test_backToFront() 133 SkDrawLooper::Context* context = looper->makeContext(&alloc); in test_mixed()
|
/third_party/skia/tools/graphite/ |
D | GraphiteTestContext.h | 31 virtual sk_sp<skgpu::Context> makeContext() = 0;
|
D | ContextFactory.cpp | 61 sk_sp<skgpu::Context> context = testCtx->makeContext(); in getContextInfo()
|
/third_party/skia/tools/fiddle/ |
D | egl_context.cpp | 28 sk_sp<GrDirectContext> result = (*glContext)->makeContext(GrContextOptions()); in create_direct_context()
|
/third_party/skia/tools/graphite/mtl/ |
D | GraphiteMtlTestContext.h | 27 sk_sp<skgpu::Context> makeContext() override;
|
D | MtlTestContext.mm | 50 sk_sp<skgpu::Context> TestContext::makeContext() {
|
/third_party/skia/tools/gpu/mock/ |
D | MockTestContext.cpp | 27 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anon1e6790ed0111::MockTestContext
|
/third_party/flutter/skia/src/shaders/ |
D | SkShader.cpp | 80 SkShaderBase::Context* SkShaderBase::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() function in SkShaderBase 170 cb->ctx = as_SB(this)->makeContext(cr, rec.fAlloc); in onAppendStages()
|
D | SkLocalMatrixShader.cpp | 50 return as_SB(fProxyShader)->makeContext(newRec, alloc); in onMakeContext()
|
/third_party/skia/tools/gpu/d3d/ |
D | D3DTestContext.cpp | 43 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anonf9523c4f0111::D3DTestContextImpl
|
/third_party/skia/tools/gpu/ |
D | TestContext.cpp | 24 sk_sp<GrDirectContext> TestContext::makeContext(const GrContextOptions&) { in makeContext() function in sk_gpu_test::TestContext
|
D | TestContext.h | 65 virtual sk_sp<GrDirectContext> makeContext(const GrContextOptions&);
|
/third_party/flutter/skia/include/core/ |
D | SkDrawLooper.h | 78 virtual Context* makeContext(SkArenaAlloc*) const = 0;
|
/third_party/flutter/skia/include/effects/ |
D | SkLayerDrawLooper.h | 75 SkDrawLooper::Context* makeContext(SkArenaAlloc*) const override;
|
/third_party/skia/include/core/ |
D | SkDrawLooper.h | 78 virtual Context* makeContext(SkArenaAlloc*) const = 0;
|
/third_party/skia/tools/gpu/gl/ |
D | GLTestContext.h | 72 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override;
|
/third_party/skia/include/effects/ |
D | SkLayerDrawLooper.h | 82 SkDrawLooper::Context* makeContext(SkArenaAlloc*) const override;
|
/third_party/node/lib/ |
D | vm.js | 35 makeContext, 257 makeContext(contextObject, name, origin, strings, wasm, microtaskQueue);
|
/third_party/skia/src/shaders/ |
D | SkShader.cpp | 79 SkShaderBase::Context* SkShaderBase::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() function in SkShaderBase 186 cb->ctx = as_SB(this)->makeContext(cr, rec.fAlloc); in onAppendStages()
|
/third_party/skia/tools/skqp/src/ |
D | skqp.cpp | 189 if (nullptr != testCtx->makeContext(context_options())) { in get_backends() 206 if (sk_sp<GrDirectContext> ctx = testCtx->makeContext(context_options())) { in print_backend_info() 295 testCtx->makeContext(context_options(gm.get())).get(), in evaluateGM()
|
/third_party/skia/tools/gpu/mtl/ |
D | MtlTestContext.mm | 62 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override {
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 76 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anonf640697b0111::VkTestContextImpl
|
/third_party/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 145 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anon2ea21c2d0111::DawnTestContextImpl
|