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 "include/gpu/ganesh/gl/epoxy/GrGLMakeEpoxyEGLInterface.h"
#include <epoxy/egl.h>
#include <epoxy/gl.h>
Go to the source code of this file.
Namespaces | |
namespace | GrGLInterfaces |
Macros | |
#define | M(X) if (0 == strcmp(#X, name)) { return (GrGLFuncPtr) epoxy_ ## X; } |
Functions | |
static GrGLFuncPtr | epoxy_get_gl_proc (void *ctx, const char name[]) |
SK_API sk_sp< const GrGLInterface > | GrGLInterfaces::MakeEpoxyEGL () |
|
static |
Definition at line 17 of file GrGLMakeEpoxyEGLInterface.cpp.