Flutter Engine
The Flutter Engine
|
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <KHR/khrplatform.h>
#include <optional>
#include "flutter/fml/macros.h"
#include "flutter/fml/time/time_point.h"
#include "flutter/shell/platform/android/android_environment_gl.h"
#include "third_party/skia/include/core/SkRect.h"
Go to the source code of this file.
Classes | |
class | flutter::AndroidEGLSurface |
Namespaces | |
namespace | flutter |
Enumerations | |
enum class | flutter::AndroidEGLSurfaceMakeCurrentStatus { flutter::kSuccessAlreadyCurrent , flutter::kSuccessMadeCurrent , flutter::kFailure } |
Result of calling MakeCurrent on AndroidEGLSurface. More... | |
Functions | |
void | flutter::LogLastEGLError () |