Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/gl/GrGLAttachment.h"
#include "include/core/SkTraceMemoryDump.h"
#include "include/gpu/ganesh/gl/GrGLBackendSurface.h"
#include "src/gpu/ganesh/gl/GrGLGpu.h"
Go to the source code of this file.
Macros | |
#define | GL_CALL(X) GR_GL_CALL(gpu->glInterface(), X) |
#define | GL_ALLOC_CALL(call) |
Functions | |
static bool | renderbuffer_storage_msaa (GrGLGpu *gpu, int sampleCount, GrGLenum format, int width, int height) |
#define GL_ALLOC_CALL | ( | call | ) |
Definition at line 16 of file GrGLAttachment.cpp.
#define GL_CALL | ( | X | ) | GR_GL_CALL(gpu->glInterface(), X) |
Definition at line 14 of file GrGLAttachment.cpp.
|
static |
Definition at line 28 of file GrGLAttachment.cpp.