#include <dlfcn.h>
#include <filesystem>
#include <memory>
#include "flutter/impeller/golden_tests/golden_playground_test.h"
#include "flutter/impeller/aiks/picture.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/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.
◆ GLFW_INCLUDE_NONE
#define GLFW_INCLUDE_NONE |
◆ IMP_AIKSTEST
#define IMP_AIKSTEST |
( |
|
name | ) |
|
Value: "impeller_Play_AiksTest_" #
name "_Metal", \
"impeller_Play_AiksTest_" #
name "_OpenGLES", \
"impeller_Play_AiksTest_" #
name "_Vulkan"
DEF_SWITCHES_START aot vmservice shared library name
Definition at line 60 of file golden_playground_test_mac.cc.