Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp84 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()
DDawnTestContext.h17 class DawnTestContext : public TestContext {
26 DawnTestContext(std::unique_ptr<dawn_native::Instance> instance, const wgpu::Device& device) in DawnTestContext() function
39 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext*);
/third_party/flutter/skia/tools/gpu/dawn/
DDawnTestContext.h16 class DawnTestContext : public TestContext {
25 DawnTestContext(const dawn::Device& device) : fDevice(device) {} in DawnTestContext() function
36 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext*);
DDawnTestContext.cpp155 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()
/third_party/flutter/skia/tools/gpu/
DGrContextFactory.cpp238 DawnTestContext* dawnSharedContext = masterContext in getContextInfoInternal()
239 ? static_cast<DawnTestContext*>(masterContext->fTestContext) : nullptr; in getContextInfoInternal()
/third_party/skia/tools/gpu/
DGrContextFactory.cpp286 DawnTestContext* dawnSharedContext = primaryContext in getContextInfoInternal()
287 ? static_cast<DawnTestContext*>(primaryContext->fTestContext) : nullptr; in getContextInfoInternal()
/third_party/flutter/skia/
DBUILD.gn1473 sources += [ "tools/gpu/dawn/DawnTestContext.cpp" ]
/third_party/skia/
DBUILD.gn1897 sources += [ "tools/gpu/dawn/DawnTestContext.cpp" ]