#include <dlfcn.h>
#include <filesystem>
#include <memory>
#include "display_list/display_list.h"
#include "flutter/impeller/golden_tests/golden_playground_test.h"
#include "flutter/impeller/golden_tests/golden_digest.h"
#include "flutter/impeller/golden_tests/metal_screenshotter.h"
#include "flutter/impeller/golden_tests/vulkan_screenshotter.h"
#include "flutter/third_party/abseil-cpp/absl/base/no_destructor.h"
#include "fml/closure.h"
#include "impeller/display_list/aiks_context.h"
#include "impeller/display_list/dl_dispatcher.h"
#include "impeller/display_list/dl_image_impeller.h"
#include "impeller/typographer/backends/skia/typographer_context_skia.h"
#include "impeller/typographer/typographer_context.h"
#include "third_party/glfw/include/GLFW/glfw3.h"
Go to the source code of this file.
Classes | |
struct | impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl |
Namespaces | |
impeller | |
Macros | |
#define | GLFW_INCLUDE_NONE |
#define | IMP_AIKSTEST(name) |
Variables | |
static const std::vector< std::string > | impeller::kSkipTests |
#define GLFW_INCLUDE_NONE |
Definition at line 23 of file golden_playground_test_mac.cc.
#define IMP_AIKSTEST | ( | name | ) |
Definition at line 62 of file golden_playground_test_mac.cc.