Home
last modified time | relevance | path

Searched defs:makeContext (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/tools/gpu/
DTestContext.cpp24 sk_sp<GrDirectContext> TestContext::makeContext(const GrContextOptions&) { in makeContext() function in sk_gpu_test::TestContext
/third_party/skia/tools/gpu/mock/
DMockTestContext.cpp27 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anon4f77bf4e0111::MockTestContext
/third_party/skia/tools/gpu/d3d/
DD3DTestContext.cpp43 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anonfe115e700111::D3DTestContextImpl
/third_party/skia/tools/gpu/vk/
DVkTestContext.cpp76 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anon5ade8f5c0111::VkTestContextImpl
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp145 sk_sp<GrDirectContext> makeContext(const GrContextOptions& options) override { in makeContext() function in __anon5fb24a8e0111::DawnTestContextImpl
/third_party/skia/tools/gpu/gl/
DGLTestContext.cpp252 sk_sp<GrDirectContext> GLTestContext::makeContext(const GrContextOptions& options) { in makeContext() function in sk_gpu_test::GLTestContext
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp48 SkLayerDrawLooper::makeContext(SkArenaAlloc* alloc) const { in makeContext() function in SkLayerDrawLooper
/third_party/skia/src/shaders/
DSkShader.cpp79 SkShaderBase::Context* SkShaderBase::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() function in SkShaderBase