Home
last modified time | relevance | path

Searched defs:mockContext (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h22 GrMockOpTarget(sk_sp<GrDirectContext> mockContext) : fMockContext(std::move(mockContext)) { in GrMockOpTarget()
29 const GrDirectContext* mockContext() const { return fMockContext.get(); } in mockContext() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_context.js29 export function mockContext() { function
/third_party/skia/tests/
DPinnedImageTest.cpp99 sk_sp<GrDirectContext> mockContext = GrDirectContext::MakeMock(&options); in cleanup_test() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp2177 ID3D11DeviceContext *mockContext; in testDeviceResettable() local