Searched refs:masterContext (Results 1 – 1 of 1) sorted by relevance
141 Context* masterContext = nullptr; in getContextInfoInternal() local145 masterContext = &fContexts[i]; in getContextInfoInternal()149 SkASSERT(masterContext && masterContext->fType == type); in getContextInfoInternal()156 GLTestContext* glShareContext = masterContext in getContextInfoInternal()157 ? static_cast<GLTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()204 VkTestContext* vkSharedContext = masterContext in getContextInfoInternal()205 ? static_cast<VkTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()226 MtlTestContext* mtlSharedContext = masterContext in getContextInfoInternal()227 ? static_cast<MtlTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()238 DawnTestContext* dawnSharedContext = masterContext in getContextInfoInternal()[all …]