Searched refs:fGlobalOptions (Results 1 – 2 of 2) sorted by relevance
29 : 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()
135 const GrContextOptions& getGlobalOptions() const { return fGlobalOptions; } in getGlobalOptions()145 const GrContextOptions fGlobalOptions; variable