Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.cpp61 if (!context.fGrContext->unique()) { in destroyContexts()
62 context.fGrContext->releaseResourcesAndAbandonContext(); in destroyContexts()
65 context.fGrContext->unref(); in destroyContexts()
80 context.fGrContext->abandonContext(); in abandonContexts()
92 context.fGrContext->releaseResourcesAndAbandonContext(); in releaseResourcesAndAbandonContexts()
119 return ContextInfo(context.fType, context.fTestContext, context.fGrContext); in getContextInfoInternal()
127 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) { in getContextInfoInternal()
294 context.fGrContext = SkRef(grCtx.get()); in getContextInfoInternal()
300 return ContextInfo(context.fType, context.fTestContext, context.fGrContext); in getContextInfoInternal()
310 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) { in getSharedContextInfo()
DGrContextFactory.h164 GrContext* fGrContext; member
183 GrContext* grContext() const { return fGrContext; } in grContext()
198 , fGrContext(grContext) { in ContextInfo()
204 GrContext* fGrContext = nullptr; variable