Flutter Engine
The Flutter Engine
|
#include <EGL/egl.h>
#include <GLES/gl.h>
#include "include/gpu/gl/GrGLInterface.h"
#include "tools/window/GLWindowContext.h"
#include "tools/window/android/WindowContextFactory_android.h"
Go to the source code of this file.
Namespaces | |
namespace | skwindow |
Macros | |
#define | EGL_PROTECTED_CONTENT_EXT 0x32C0 |
Functions | |
std::unique_ptr< WindowContext > | skwindow::MakeGLForAndroid (ANativeWindow *window, const DisplayParams ¶ms) |
#define EGL_PROTECTED_CONTENT_EXT 0x32C0 |
Definition at line 14 of file GLWindowContext_android.cpp.