Home
last modified time | relevance | path

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

/external/skia/tools/gpu/d3d/
DD3DTestContext.cpp17 class D3DTestContextImpl : public sk_gpu_test::D3DTestContext { class
34 return new D3DTestContextImpl(backendContext, ownsContext); in Create()
37 ~D3DTestContextImpl() override { this->teardown(); } in ~D3DTestContextImpl()
56 D3DTestContextImpl(const GrD3DBackendContext& backendContext, bool ownsContext) in D3DTestContextImpl() function in __anondd3efebe0111::D3DTestContextImpl
71 return D3DTestContextImpl::Create(sharedContext); in CreatePlatformD3DTestContext()