Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/d3d/
DD3DTestContext.h41 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext*);
DD3DTestContext.cpp70 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext() function
/third_party/skia/tools/gpu/
DGrContextFactory.cpp277 testCtx.reset(CreatePlatformD3DTestContext(d3dSharedContext)); in getContextInfoInternal()