Home | History | Annotate | Download | only in mock

Lines Matching refs:override

20     ~MockTestContext() override {}
22 virtual GrBackend backend() override { return kMock_GrBackend; }
23 virtual GrBackendContext backendContext() override {
26 void testAbandon() override {}
27 void submit() override {}
28 void finish() override {}
30 sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override {
35 void teardown() override {}
36 void onPlatformMakeCurrent() const override {}
37 std::function<void()> onPlatformGetAutoContextRestore() const override { return nullptr; }
38 void onPlatformSwapBuffers() const override {}