Searched refs:DawnTestContext (Results 1 – 8 of 8) sorted by relevance
84 class DawnTestContextImpl : public sk_gpu_test::DawnTestContext {100 static DawnTestContext* Create(DawnTestContext* sharedContext) { in Create()157 : DawnTestContext(std::move(instance), device) { in DawnTestContextImpl()165 using INHERITED = sk_gpu_test::DawnTestContext;170 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext* sharedContext) { in CreatePlatformDawnTestContext()
17 class DawnTestContext : public TestContext {26 DawnTestContext(std::unique_ptr<dawn_native::Instance> instance, const wgpu::Device& device) in DawnTestContext() function39 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext*);
16 class DawnTestContext : public TestContext {25 DawnTestContext(const dawn::Device& device) : fDevice(device) {} in DawnTestContext() function36 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext*);
155 class DawnTestContextImpl : public sk_gpu_test::DawnTestContext {171 static DawnTestContext* Create(DawnTestContext* sharedContext) { in Create()230 : DawnTestContext(device) in DawnTestContextImpl()240 typedef sk_gpu_test::DawnTestContext INHERITED;245 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext* sharedContext) { in CreatePlatformDawnTestContext()
238 DawnTestContext* dawnSharedContext = masterContext in getContextInfoInternal()239 ? static_cast<DawnTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()
286 DawnTestContext* dawnSharedContext = primaryContext in getContextInfoInternal()287 ? static_cast<DawnTestContext*>(primaryContext->fTestContext) : nullptr; in getContextInfoInternal()
1473 sources += [ "tools/gpu/dawn/DawnTestContext.cpp" ]
1897 sources += [ "tools/gpu/dawn/DawnTestContext.cpp" ]