Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
egl.h File Reference
#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 ()
 
void impeller::egl::LogEGLError (const char *file, int line)
 

Macro Definition Documentation

◆ EGL_EGLEXT_PROTOTYPES

#define EGL_EGLEXT_PROTOTYPES

Definition at line 9 of file egl.h.

◆ IMPELLER_LOG_EGL_ERROR

#define IMPELLER_LOG_EGL_ERROR   LogEGLError(__FILE__, __LINE__);

Definition at line 19 of file egl.h.