Flutter Engine
The Flutter Engine
|
#include "include/gpu/gl/GrGLAssembleInterface.h"
#include "include/gpu/gl/GrGLInterface.h"
#include "src/gpu/ganesh/gl/GrGLCoreFunctions.h"
#include "src/gpu/ganesh/gl/GrGLUtil.h"
#include <EGL/egl.h>
#include <GLES2/gl2.h>
Go to the source code of this file.
Namespaces | |
namespace | GrGLInterfaces |
Macros | |
#define | GL_GLEXT_PROTOTYPES |
#define | M(X) if (0 == strcmp(#X, name)) { return (GrGLFuncPtr) X; } |
Functions | |
static GrGLFuncPtr | egl_get_gl_proc (void *ctx, const char name[]) |
SK_API sk_sp< const GrGLInterface > | GrGLInterfaces::MakeEGL () |
sk_sp< const GrGLInterface > | GrGLMakeEGLInterface () |
#define GL_GLEXT_PROTOTYPES |
Definition at line 14 of file GrGLMakeEGLInterface.cpp.
|
static |
Definition at line 18 of file GrGLMakeEGLInterface.cpp.
sk_sp< const GrGLInterface > GrGLMakeEGLInterface | ( | ) |
Definition at line 33 of file GrGLMakeEGLInterface.cpp.