#include "impeller/toolkit/interop/playground_test.h"#include "impeller/toolkit/interop/impeller.hpp"Go to the source code of this file.
Namespaces | |
| namespace | IMPELLER_HPP_NAMESPACE |
| namespace | impeller |
| namespace | impeller::interop |
| namespace | impeller::interop::testing |
Macros | |
| #define | IMPELLER_HPP_PROC(name) proc_map[#name] = reinterpret_cast<void*>(&name); |
Functions | |
| static void | impeller::interop::testing::SetupImpellerHPPProcTableOnce () |
| static ScopedObject< Surface > | impeller::interop::testing::CreateSharedSurface (PlaygroundBackend backend, Context &context, std::shared_ptr< impeller::Surface > shared_surface) |
| static ScopedObject< Context > | impeller::interop::testing::CreateSharedContext (PlaygroundBackend backend, std::shared_ptr< impeller::Context > shared_context) |
Variables | |
| ProcTable | IMPELLER_HPP_NAMESPACE::gGlobalProcTable |