Lines Matching refs:fGrContext
70 if (!context.fGrContext->unique()) { in destroyContexts()
71 context.fGrContext->releaseResourcesAndAbandonContext(); in destroyContexts()
74 context.fGrContext->unref(); in destroyContexts()
92 GrBackendApi api = context.fGrContext->backend(); in abandonContexts()
95 context.fGrContext->abandonContext(); in abandonContexts()
102 context.fGrContext->abandonContext(); in abandonContexts()
121 context.fGrContext->releaseResourcesAndAbandonContext(); in releaseResourcesAndAbandonContexts()
149 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, in getContextInfoInternal()
158 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) { in getContextInfoInternal()
334 context.fGrContext = SkRef(grCtx.get()); in getContextInfoInternal()
342 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, context.fOptions); in getContextInfoInternal()
353 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) { in getSharedContextInfo()