Flutter Engine
The Flutter Engine
|
#include "include/gpu/gl/GrGLAssembleInterface.h"
#include "include/gpu/gl/GrGLInterface.h"
#include "include/gpu/ganesh/gl/glx/GrGLMakeGLXInterface.h"
#include "src/gpu/ganesh/gl/GrGLUtil.h"
#include <GL/glx.h>
Go to the source code of this file.
Namespaces | |
namespace | GrGLInterfaces |
Macros | |
#define | GLX_GLXEXT_PROTOTYPES 1 |
Functions | |
static GrGLFuncPtr | glx_get (void *ctx, const char name[]) |
SK_API sk_sp< const GrGLInterface > | GrGLInterfaces::MakeGLX () |
sk_sp< const GrGLInterface > | GrGLMakeGLXInterface () |
#define GLX_GLXEXT_PROTOTYPES 1 |
Definition at line 14 of file GrGLMakeGLXInterface.cpp.
|
static |
Definition at line 17 of file GrGLMakeGLXInterface.cpp.
sk_sp< const GrGLInterface > GrGLMakeGLXInterface | ( | ) |
Definition at line 40 of file GrGLMakeGLXInterface.cpp.