#include <memory>
#include "flutter/fml/macros.h"
#include "flutter/testing/test_args.h"
#include "flutter/testing/testing.h"
#include "impeller/geometry/scalar.h"
#include "impeller/playground/playground.h"
#include "impeller/playground/switches.h"
Go to the source code of this file.
◆ INSTANTIATE_PLAYGROUND_SUITE
| #define INSTANTIATE_PLAYGROUND_SUITE |
( |
|
playground | ) |
|
Value: INSTANTIATE_TEST_SUITE_P( \
Play, playground, \
::testing::Values(PlaygroundBackend::kMetal, \
PlaygroundBackend::kOpenGLES, \
PlaygroundBackend::kVulkan), \
[](const ::testing::TestParamInfo<PlaygroundTest::ParamType>& info) { \
});
Definition at line 56 of file playground_test.h.