Home
last modified time | relevance | path

Searched refs:fGlobalOptions (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrContextFactory.cpp29 : fGlobalOptions(opts) { in GrContextFactory()
135 grCtx.reset(GrContext::Create(kVulkan_GrBackend, p3dctx, fGlobalOptions)); in getContextInfo()
137 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx, fGlobalOptions)); in getContextInfo()
DGrContextFactory.h135 const GrContextOptions& getGlobalOptions() const { return fGlobalOptions; } in getGlobalOptions()
145 const GrContextOptions fGlobalOptions; variable