Searched defs:mockContext (Results 1 – 4 of 4) sorted by relevance
22 GrMockOpTarget(sk_sp<GrDirectContext> mockContext) : fMockContext(std::move(mockContext)) { in GrMockOpTarget()29 const GrDirectContext* mockContext() const { return fMockContext.get(); } in mockContext() function
29 export function mockContext() { function
99 sk_sp<GrDirectContext> mockContext = GrDirectContext::MakeMock(&options); in cleanup_test() local
2177 ID3D11DeviceContext *mockContext; in testDeviceResettable() local