Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.cpp124 Context* masterContext = nullptr; in getContextInfoInternal() local
128 masterContext = &fContexts[i]; in getContextInfoInternal()
132 SkASSERT(masterContext && masterContext->fType == type); in getContextInfoInternal()
141 GLTestContext* glShareContext = masterContext in getContextInfoInternal()
142 ? static_cast<GLTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()
203 VkTestContext* vkSharedContext = masterContext in getContextInfoInternal()
204 ? static_cast<VkTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()
229 SkASSERT(!masterContext); in getContextInfoInternal()
238 TestContext* sharedContext = masterContext ? masterContext->fTestContext : nullptr; in getContextInfoInternal()