Searched refs:D3DTestContext (Results 1 – 4 of 4) sorted by relevance
17 class D3DTestContextImpl : public sk_gpu_test::D3DTestContext {19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create()57 : D3DTestContext(backendContext, ownsContext) { in D3DTestContextImpl()65 using INHERITED = sk_gpu_test::D3DTestContext;70 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
18 class D3DTestContext : public TestContext {27 D3DTestContext(const GrD3DBackendContext& d3d, bool ownsContext) in D3DTestContext() function41 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext*);
272 D3DTestContext* d3dSharedContext = primaryContext in getContextInfoInternal()273 ? static_cast<D3DTestContext*>(primaryContext->fTestContext) : nullptr; in getContextInfoInternal()
1835 sources += [ "tools/gpu/d3d/D3DTestContext.cpp" ]