/external/skqp/tools/fiddle/ |
D | egl_context.cpp | 28 sk_sp<GrContext> result = (*glContext)->makeGrContext(GrContextOptions()); in create_grcontext()
|
/external/skia/tools/fiddle/ |
D | egl_context.cpp | 28 sk_sp<GrContext> result = (*glContext)->makeGrContext(GrContextOptions()); in create_grcontext()
|
/external/skqp/tools/gpu/mock/ |
D | MockTestContext.cpp | 28 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anoneb4f8f5e0111::MockTestContext
|
/external/skia/tools/gpu/mock/ |
D | MockTestContext.cpp | 28 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anon1f2575a70111::MockTestContext
|
/external/skia/tools/gpu/d3d/ |
D | D3DTestContext.cpp | 46 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anon29fbaa890111::D3DTestContextImpl
|
/external/skqp/tools/gpu/ |
D | TestContext.h | 64 virtual sk_sp<GrContext> makeGrContext(const GrContextOptions&);
|
D | TestContext.cpp | 34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) { in makeGrContext() function in sk_gpu_test::TestContext
|
D | GrContextFactory.cpp | 266 grCtx = testCtx->makeGrContext(grOptions); in getContextInfoInternal()
|
/external/skia/tools/gpu/ |
D | TestContext.h | 65 virtual sk_sp<GrContext> makeGrContext(const GrContextOptions&);
|
D | TestContext.cpp | 34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) { in makeGrContext() function in sk_gpu_test::TestContext
|
D | GrContextFactory.cpp | 297 grCtx = testCtx->makeGrContext(grOptions); in getContextInfoInternal()
|
/external/skqp/tools/gpu/gl/ |
D | GLTestContext.h | 75 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override;
|
D | GLTestContext.cpp | 348 sk_sp<GrContext> GLTestContext::makeGrContext(const GrContextOptions& options) { in makeGrContext() function in sk_gpu_test::GLTestContext
|
/external/skia/tools/gpu/gl/ |
D | GLTestContext.h | 74 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override;
|
D | GLTestContext.cpp | 348 sk_sp<GrContext> GLTestContext::makeGrContext(const GrContextOptions& options) { in makeGrContext() function in sk_gpu_test::GLTestContext
|
/external/skia/tools/skqp/src/ |
D | skqp.cpp | 185 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/ |
D | skqp.cpp | 177 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/ |
D | DawnTestContext.cpp | 219 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anon2f6000e70111::DawnTestContextImpl
|
/external/skia/tools/gpu/mtl/ |
D | MtlTestContext.mm | 96 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override {
|
/external/skqp/tools/gpu/mtl/ |
D | MtlTestContext.mm | 132 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override {
|
/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 204 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anon4b6501350111::VkTestContextImpl
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.cpp | 204 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anonc5b0d76c0111::VkTestContextImpl
|