Flutter Engine
The Flutter Engine
|
#include "flutter/shell/platform/android/android_egl_surface.h"
#include <EGL/eglext.h>
#include <sys/system_properties.h>
#include <array>
#include <list>
#include "flutter/fml/trace_event.h"
Go to the source code of this file.
Classes | |
class | flutter::AndroidEGLSurfaceDamage |
Namespaces | |
namespace | flutter |
Macros | |
#define | _EGL_ERROR_DESC(a) { #a, a } |
Functions | |
void | flutter::LogLastEGLError () |