Lines Matching defs:primaryContext
156 Context* primaryContext = nullptr;
160 primaryContext = &fContexts[i];
164 SkASSERT(primaryContext && primaryContext->fType == type);
172 GLTestContext* glShareContext = primaryContext
173 ? static_cast<GLTestContext*>(primaryContext->fTestContext) : nullptr;
238 VkTestContext* vkSharedContext = primaryContext
239 ? static_cast<VkTestContext*>(primaryContext->fTestContext) : nullptr;
262 MtlTestContext* mtlSharedContext = primaryContext
263 ? static_cast<MtlTestContext*>(primaryContext->fTestContext) : nullptr;
274 D3DTestContext* d3dSharedContext = primaryContext
275 ? static_cast<D3DTestContext*>(primaryContext->fTestContext) : nullptr;
286 DawnTestContext* dawnSharedContext = primaryContext
287 ? static_cast<DawnTestContext*>(primaryContext->fTestContext) : nullptr;
296 TestContext* sharedContext = primaryContext ? primaryContext->fTestContext : nullptr;