#include <memory>#include "flutter/testing/test_args.h"#include "flutter/testing/testing.h"#include "impeller/playground/playground.h"#include "impeller/playground/switches.h"#include "impeller/runtime_stage/runtime_stage.h"#include "third_party/abseil-cpp/absl/status/statusor.h"Go to the source code of this file.
Classes | |
| class | impeller::PlaygroundTest |
Namespaces | |
| namespace | impeller |
Macros | |
| #define | INSTANTIATE_PLAYGROUND_SUITE(playground) |
| #define | INSTANTIATE_METAL_PLAYGROUND_SUITE(playground) |
| #define | INSTANTIATE_VULKAN_PLAYGROUND_SUITE(playground) |
| #define | INSTANTIATE_OPENGLES_PLAYGROUND_SUITE(playground) |
| #define INSTANTIATE_METAL_PLAYGROUND_SUITE | ( | playground | ) |
Definition at line 72 of file playground_test.h.
| #define INSTANTIATE_OPENGLES_PLAYGROUND_SUITE | ( | playground | ) |
Definition at line 90 of file playground_test.h.
| #define INSTANTIATE_PLAYGROUND_SUITE | ( | playground | ) |
Definition at line 59 of file playground_test.h.
| #define INSTANTIATE_VULKAN_PLAYGROUND_SUITE | ( | playground | ) |
Definition at line 81 of file playground_test.h.