Home
last modified time | relevance | path

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

12

/external/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()
/external/skqp/src/core/
DSkDrawLooper.cpp19 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc); in canComputeFastBounds()
43 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc); in computeFastBounds()
/external/skqp/tests/
DLayerDrawLooperTest.cpp63 SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc); in test_frontToBack()
102 SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc); in test_backToFront()
141 SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc); in test_mixed()
DQuickRejectTest.cpp24 SkDrawLooper::Context* makeContext(SkCanvas*, SkArenaAlloc* alloc) const override { in makeContext() function in TestLooper
/external/skia/tools/fiddle/
Degl_context.cpp28 sk_sp<GrDirectContext> result = (*glContext)->makeContext(GrContextOptions()); in create_direct_context()
/external/skia/tools/gpu/mock/
DMockTestContext.cpp27 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anonc32faa030111::MockTestContext
/external/skia/tools/gpu/d3d/
DD3DTestContext.cpp43 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anone9f517e50111::D3DTestContextImpl
/external/skqp/src/shaders/
DSkShader.cpp79 SkShaderBase::Context* SkShaderBase::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() function in SkShaderBase
176 cb->ctx = as_SB(cb->shader)->makeContext(cr, rec.fAlloc); in onAppendStages()
DSkLocalMatrixShader.cpp50 return as_SB(fProxyShader)->makeContext(newRec, alloc); in onMakeContext()
DSkShaderBase.h123 Context* makeContext(const ContextRec&, SkArenaAlloc*) const;
/external/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&);
/external/skqp/include/core/
DSkDrawLooper.h68 virtual Context* makeContext(SkCanvas*, SkArenaAlloc*) const = 0;
/external/skia/include/core/
DSkDrawLooper.h78 virtual Context* makeContext(SkArenaAlloc*) const = 0;
/external/skia/include/effects/
DSkLayerDrawLooper.h82 SkDrawLooper::Context* makeContext(SkArenaAlloc*) const override;
/external/skia/tools/gpu/gl/
DGLTestContext.h72 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override;
DGLTestContext.cpp249 sk_sp<GrDirectContext> GLTestContext::makeContext(const GrContextOptions& options) { in makeContext() function in sk_gpu_test::GLTestContext
/external/skqp/include/effects/
DSkLayerDrawLooper.h75 SkDrawLooper::Context* makeContext(SkCanvas*, SkArenaAlloc*) const override;
/external/skia/src/shaders/
DSkShader.cpp78 SkShaderBase::Context* SkShaderBase::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() function in SkShaderBase
173 cb->ctx = as_SB(this)->makeContext(cr, rec.fAlloc); in onAppendStages()
DSkShaderBase.h149 Context* makeContext(const ContextRec&, SkArenaAlloc*) const;
DSkLocalMatrixShader.cpp54 return as_SB(fProxyShader)->makeContext(newRec, alloc); in onMakeContext()
/external/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()
/external/skia/tools/gpu/mtl/
DMtlTestContext.mm62 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override {
/external/skia/tools/gpu/vk/
DVkTestContext.cpp76 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anonc02b67910111::VkTestContextImpl
/external/skia/tools/gpu/dawn/
DDawnTestContext.cpp145 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anond36a35430111::DawnTestContextImpl

12