Classes | |
| class | Context |
| class | Manager |
| class | ProcTable |
| class | Surface |
| class | WindowSurface |
Enumerations | |
| enum class | GpuPreference { NoPreference , LowPowerPreference } |
Functions | |
| void | LogEGLError (std::string_view message) |
| Log the last EGL error with an error message. | |
| void | LogEGLError (std::string_view file, int line) |
| Log the last EGL error. | |
|
strong |
| Enumerator | |
|---|---|
| NoPreference | |
| LowPowerPreference | |
| void flutter::egl::LogEGLError | ( | std::string_view | file, |
| int | line | ||
| ) |
Log the last EGL error.
Definition at line 61 of file egl.cc.
References impeller::egl::LogEGLError().
| void flutter::egl::LogEGLError | ( | std::string_view | message | ) |
Log the last EGL error with an error message.
Definition at line 55 of file egl.cc.
References impeller::egl::EGLErrorToString(), error, FML_LOG, and message.
Referenced by flutter::egl::Manager::CreateWindowSurface().