Flutter Engine
The Flutter Engine
|
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | impeller |
namespace | impeller::egl |
Macros | |
#define | EGL_EGLEXT_PROTOTYPES |
#define | IMPELLER_LOG_EGL_ERROR LogEGLError(__FILE__, __LINE__); |
Functions | |
std::function< void *(const char *)> | impeller::egl::CreateProcAddressResolver () |
Creates a proc address resolver that resolves function pointers to EGL and OpenGL (ES) procs. More... | |
void | impeller::egl::LogEGLError (const char *file, int line) |