Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
tester_context_mtl_factory.h File Reference
#include <memory>
#include "flutter/shell/testing/tester_context.h"

Go to the source code of this file.

Classes

class  flutter::TesterContextMTLFactory
 

Namespaces

namespace  flutter
 

Macros

#define TESTER_ENABLE_METAL    (IMPELLER_SUPPORTS_RENDERING && IMPELLER_ENABLE_METAL)
 

Macro Definition Documentation

◆ TESTER_ENABLE_METAL

#define TESTER_ENABLE_METAL    (IMPELLER_SUPPORTS_RENDERING && IMPELLER_ENABLE_METAL)

Definition at line 12 of file tester_context_mtl_factory.h.

14 {
15
16class TesterContextMTLFactory {
17 public:
18 static std::unique_ptr<TesterContext> Create();
19};
20
21} // namespace flutter
22
23#endif // FLUTTER_SHELL_TESTING_TESTER_CONTEXT_MTL_FACTORY_H_
ScopedObject< Object > Create(CtorArgs &&... args)
Definition object.h:161