#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 | |
| impeller | |
| impeller::android | |
Macros | |
| #define | RESOLVE_PROC(proc, api) ResolveAndroidProc(proc, libraries_); |
Functions | |
| const ProcTable & | impeller::android::GetProcTable () |
| ProcTable & | impeller::android::GetMutableProcTable () |
| template<class T > | |
| void | impeller::android::ResolveAndroidProc (AndroidProc< T > &proc, const std::vector< fml::RefPtr< fml::NativeLibrary >> &libs) |
| #define RESOLVE_PROC | ( | proc, | |
| api | |||
| ) | ResolveAndroidProc(proc, libraries_); |