Flutter Engine
 
Loading...
Searching...
No Matches
playground_test.cc File Reference
#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< Surfaceimpeller::interop::testing::CreateSharedSurface (PlaygroundBackend backend, Context &context, std::shared_ptr< impeller::Surface > shared_surface)
 
static ScopedObject< Contextimpeller::interop::testing::CreateSharedContext (PlaygroundBackend backend, std::shared_ptr< impeller::Context > shared_context)
 

Variables

ProcTable IMPELLER_HPP_NAMESPACE::gGlobalProcTable
 

Macro Definition Documentation

◆ IMPELLER_HPP_PROC

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