Home
last modified time | relevance | path

Searched refs:makeGrContext (Results 1 – 22 of 22) sorted by relevance

/external/skqp/tools/fiddle/
Degl_context.cpp28 sk_sp<GrContext> result = (*glContext)->makeGrContext(GrContextOptions()); in create_grcontext()
/external/skia/tools/fiddle/
Degl_context.cpp28 sk_sp<GrContext> result = (*glContext)->makeGrContext(GrContextOptions()); in create_grcontext()
/external/skqp/tools/gpu/mock/
DMockTestContext.cpp28 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anoneb4f8f5e0111::MockTestContext
/external/skia/tools/gpu/mock/
DMockTestContext.cpp28 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anon1f2575a70111::MockTestContext
/external/skia/tools/gpu/d3d/
DD3DTestContext.cpp46 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anon29fbaa890111::D3DTestContextImpl
/external/skqp/tools/gpu/
DTestContext.h64 virtual sk_sp<GrContext> makeGrContext(const GrContextOptions&);
DTestContext.cpp34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) { in makeGrContext() function in sk_gpu_test::TestContext
DGrContextFactory.cpp266 grCtx = testCtx->makeGrContext(grOptions); in getContextInfoInternal()
/external/skia/tools/gpu/
DTestContext.h65 virtual sk_sp<GrContext> makeGrContext(const GrContextOptions&);
DTestContext.cpp34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) { in makeGrContext() function in sk_gpu_test::TestContext
DGrContextFactory.cpp297 grCtx = testCtx->makeGrContext(grOptions); in getContextInfoInternal()
/external/skqp/tools/gpu/gl/
DGLTestContext.h75 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override;
DGLTestContext.cpp348 sk_sp<GrContext> GLTestContext::makeGrContext(const GrContextOptions& options) { in makeGrContext() function in sk_gpu_test::GLTestContext
/external/skia/tools/gpu/gl/
DGLTestContext.h74 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override;
DGLTestContext.cpp348 sk_sp<GrContext> GLTestContext::makeGrContext(const GrContextOptions& options) { in makeGrContext() function in sk_gpu_test::GLTestContext
/external/skia/tools/skqp/src/
Dskqp.cpp185 if (nullptr != testCtx->makeGrContext(context_options())) { in get_backends()
202 if (sk_sp<GrContext> ctx = testCtx->makeGrContext(context_options())) { in print_backend_info()
293 testCtx->makeGrContext(context_options(gm.get())).get(), in evaluateGM()
/external/skqp/tools/skqp/src/
Dskqp.cpp177 if (nullptr != testCtx->makeGrContext(context_options())) { in get_backends()
194 if (sk_sp<GrContext> ctx = testCtx->makeGrContext(context_options())) { in print_backend_info()
285 testCtx->makeGrContext(context_options(gm.get())).get(), in evaluateGM()
/external/skia/tools/gpu/dawn/
DDawnTestContext.cpp219 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anon2f6000e70111::DawnTestContextImpl
/external/skia/tools/gpu/mtl/
DMtlTestContext.mm96 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override {
/external/skqp/tools/gpu/mtl/
DMtlTestContext.mm132 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override {
/external/skia/tools/gpu/vk/
DVkTestContext.cpp204 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anon4b6501350111::VkTestContextImpl
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp204 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anonc5b0d76c0111::VkTestContextImpl