Home
last modified time | relevance | path

Searched refs:makeContext (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/src/core/
DSkDrawLooper.cpp37 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/
DSkDrawLooper.cpp36 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/
DLayerDrawLooperTest.cpp61 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/
DGraphiteTestContext.h31 virtual sk_sp<skgpu::Context> makeContext() = 0;
DContextFactory.cpp61 sk_sp<skgpu::Context> context = testCtx->makeContext(); in getContextInfo()
/third_party/skia/tools/fiddle/
Degl_context.cpp28 sk_sp<GrDirectContext> result = (*glContext)->makeContext(GrContextOptions()); in create_direct_context()
/third_party/skia/tools/graphite/mtl/
DGraphiteMtlTestContext.h27 sk_sp<skgpu::Context> makeContext() override;
DMtlTestContext.mm50 sk_sp<skgpu::Context> TestContext::makeContext() {
/third_party/skia/tools/gpu/mock/
DMockTestContext.cpp27 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anon1e6790ed0111::MockTestContext
/third_party/flutter/skia/src/shaders/
DSkShader.cpp80 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()
DSkLocalMatrixShader.cpp50 return as_SB(fProxyShader)->makeContext(newRec, alloc); in onMakeContext()
/third_party/skia/tools/gpu/d3d/
DD3DTestContext.cpp43 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anonf9523c4f0111::D3DTestContextImpl
/third_party/skia/tools/gpu/
DTestContext.cpp24 sk_sp<GrDirectContext> TestContext::makeContext(const GrContextOptions&) { in makeContext() function in sk_gpu_test::TestContext
DTestContext.h65 virtual sk_sp<GrDirectContext> makeContext(const GrContextOptions&);
/third_party/flutter/skia/include/core/
DSkDrawLooper.h78 virtual Context* makeContext(SkArenaAlloc*) const = 0;
/third_party/flutter/skia/include/effects/
DSkLayerDrawLooper.h75 SkDrawLooper::Context* makeContext(SkArenaAlloc*) const override;
/third_party/skia/include/core/
DSkDrawLooper.h78 virtual Context* makeContext(SkArenaAlloc*) const = 0;
/third_party/skia/tools/gpu/gl/
DGLTestContext.h72 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override;
/third_party/skia/include/effects/
DSkLayerDrawLooper.h82 SkDrawLooper::Context* makeContext(SkArenaAlloc*) const override;
/third_party/node/lib/
Dvm.js35 makeContext,
257 makeContext(contextObject, name, origin, strings, wasm, microtaskQueue);
/third_party/skia/src/shaders/
DSkShader.cpp79 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/
Dskqp.cpp189 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/
DMtlTestContext.mm62 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override {
/third_party/skia/tools/gpu/vk/
DVkTestContext.cpp76 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anonf640697b0111::VkTestContextImpl
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp145 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anon2ea21c2d0111::DawnTestContextImpl

12