Flutter Impeller
playground_test.cc File Reference

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)
 

Macro Definition Documentation

◆ IMPELLER_HPP_PROC

#define IMPELLER_HPP_PROC (   name)     proc_map[#name] = reinterpret_cast<void*>(&name);