Home
last modified time | relevance | path

Searched refs:GrLegacyDirectContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrLegacyDirectContext.cpp27 class SK_API GrLegacyDirectContext : public GrContext { class
29 GrLegacyDirectContext(GrBackendApi backend, const GrContextOptions& options) in GrLegacyDirectContext() function in GrLegacyDirectContext
34 ~GrLegacyDirectContext() override { in ~GrLegacyDirectContext()
132 sk_sp<GrContext> context(new GrLegacyDirectContext(GrBackendApi::kOpenGL, options)); in MakeGL()
152 sk_sp<GrContext> context(new GrLegacyDirectContext(GrBackendApi::kMock, options)); in MakeMock()
178 sk_sp<GrContext> context(new GrLegacyDirectContext(GrBackendApi::kVulkan, options)); in MakeVulkan()
201 sk_sp<GrContext> context(new GrLegacyDirectContext(GrBackendApi::kMetal, options)); in MakeMetal()
/external/skia/gn/
Dgpu.gni121 "$_src/gpu/GrLegacyDirectContext.cpp",
/external/skia/
DAndroid.bp585 "src/gpu/GrLegacyDirectContext.cpp",