Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
proc_table.cc File Reference
#include "flutter/impeller/toolkit/android/proc_table.h"
#include "flutter/fml/build_config.h"
#include "impeller/base/validation.h"

Go to the source code of this file.

Namespaces

namespace  impeller
 
namespace  impeller::android
 

Macros

#define RESOLVE_PROC(proc, api)   ResolveAndroidProc(proc, libraries_);
 

Functions

const ProcTableimpeller::android::GetProcTable ()
 
ProcTableimpeller::android::GetMutableProcTable ()
 
template<class T >
void impeller::android::ResolveAndroidProc (AndroidProc< T > &proc, const std::vector< fml::RefPtr< fml::NativeLibrary > > &libs)
 

Macro Definition Documentation

◆ RESOLVE_PROC

#define RESOLVE_PROC (   proc,
  api 
)    ResolveAndroidProc(proc, libraries_);