Lines Matching refs:fGrContext
72 if (!context.fGrContext->unique()) { in destroyContexts()
73 context.fGrContext->releaseResourcesAndAbandonContext(); in destroyContexts()
76 context.fGrContext->unref(); in destroyContexts()
94 GrBackendApi api = context.fGrContext->backend(); in abandonContexts()
97 context.fGrContext->abandonContext(); in abandonContexts()
104 context.fGrContext->abandonContext(); in abandonContexts()
123 context.fGrContext->releaseResourcesAndAbandonContext(); in releaseResourcesAndAbandonContexts()
151 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, in getContextInfoInternal()
160 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) { in getContextInfoInternal()
332 context.fGrContext = SkRef(grCtx.get()); in getContextInfoInternal()
340 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, context.fOptions); in getContextInfoInternal()
351 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) { in getSharedContextInfo()