Home
last modified time | relevance | path

Searched defs:makeGrContext (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/tools/gpu/
DTestContext.cpp34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) { in makeGrContext() function in sk_gpu_test::TestContext
/third_party/flutter/skia/tools/gpu/mock/
DMockTestContext.cpp28 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anone04e74610111::MockTestContext
/third_party/flutter/skia/tools/gpu/dawn/
DDawnTestContext.cpp218 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anonf088ffa10111::DawnTestContextImpl
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp204 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override { in makeGrContext() function in __anonc377b2ef0111::VkTestContextImpl
/third_party/flutter/skia/tools/gpu/gl/
DGLTestContext.cpp348 sk_sp<GrContext> GLTestContext::makeGrContext(const GrContextOptions& options) { in makeGrContext() function in sk_gpu_test::GLTestContext