Home
last modified time | relevance | path

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

/external/skqp/tools/gpu/mock/
DMockTestContext.h19 TestContext* CreateMockTestContext(TestContext* shareContext = nullptr);
DMockTestContext.cpp46 TestContext* CreateMockTestContext(TestContext*) { return new MockTestContext(); } in CreateMockTestContext() function
/external/skia/tools/gpu/mock/
DMockTestContext.h19 TestContext* CreateMockTestContext(TestContext* shareContext = nullptr);
DMockTestContext.cpp45 TestContext* CreateMockTestContext(TestContext*) { return new MockTestContext(); } in CreateMockTestContext() function
/external/skqp/tools/gpu/
DGrContextFactory.cpp245 testCtx.reset(CreateMockTestContext(sharedContext)); in getContextInfoInternal()
/external/skia/tools/gpu/
DGrContextFactory.cpp296 testCtx.reset(CreateMockTestContext(sharedContext)); in getContextInfoInternal()