Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.cpp107 GrContext* shareContext, uint32_t shareIndex) { in getContextInfoInternal() argument
109 SkASSERT((shareIndex == 0) || (shareContext != nullptr)); in getContextInfoInternal()
116 context.fShareIndex == shareIndex && in getContextInfoInternal()
299 context.fShareIndex = shareIndex; in getContextInfoInternal()
307 ContextInfo GrContextFactory::getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex) { in getSharedContextInfo() argument
312 shareContext, shareIndex); in getSharedContextInfo()
DGrContextFactory.h147 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
157 GrContext* shareContext, uint32_t shareIndex);