#include "impeller/toolkit/interop/playground_test.h"
#include "impeller/toolkit/interop/impeller.hpp"
Go to the source code of this file.
Namespaces | |
IMPELLER_HPP_NAMESPACE | |
impeller | |
impeller::interop | |
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) |
#define IMPELLER_HPP_PROC | ( | name | ) | proc_map[#name] = reinterpret_cast<void*>(&name); |