Flutter Engine
The Flutter Engine
|
#include "flutter/shell/gpu/gpu_surface_gl_delegate.h"
#include "flutter/fml/build_config.h"
#include <cstring>
#include "third_party/skia/include/gpu/gl/GrGLAssembleInterface.h"
#include "third_party/skia/include/gpu/gl/GrGLInterface.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Macros | |
#define | GPU_GL_VERSION 0x1F02 |
Functions | |
static bool | flutter::IsProcResolverOpenGLES (const GPUSurfaceGLDelegate::GLProcResolver &proc_resolver) |
static sk_sp< const GrGLInterface > | flutter::CreateGLInterface (const GPUSurfaceGLDelegate::GLProcResolver &proc_resolver) |
#define GPU_GL_VERSION 0x1F02 |