Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
dl_test_surface_provider_impeller_metal.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_DISPLAY_LIST_TESTING_IMPELLER_DL_TEST_SURFACE_PROVIDER_IMPELLER_METAL_H_
6#define FLUTTER_DISPLAY_LIST_TESTING_IMPELLER_DL_TEST_SURFACE_PROVIDER_IMPELLER_METAL_H_
7
9
12
13namespace flutter {
14namespace testing {
15
17 public:
19
20 const std::string GetBackendName() const override;
21 BackendType GetBackendType() const override;
22
23 protected:
25
26 private:
27 static std::unique_ptr<impeller::PlaygroundImpl> playground_;
28};
29
31 public:
33
34 const std::string GetBackendName() const override;
35 BackendType GetBackendType() const override;
36
37 protected:
39
40 private:
41 static std::unique_ptr<impeller::PlaygroundImpl> playground_;
42};
43
44} // namespace testing
45} // namespace flutter
46
47#endif // FLUTTER_DISPLAY_LIST_TESTING_IMPELLER_DL_TEST_SURFACE_PROVIDER_IMPELLER_METAL_H_