Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/gl/GrGLOpsRenderPass.h"
#include "src/gpu/ganesh/GrProgramInfo.h"
#include "src/gpu/ganesh/GrRenderTarget.h"
#include "src/gpu/ganesh/gl/GrGLProgram.h"
Go to the source code of this file.
Macros | |
#define | GL_CALL(X) GR_GL_CALL(fGpu->glInterface(), X) |
Functions | |
static const void * | buffer_offset_to_gl_address (const GrBuffer *drawIndirectBuffer, size_t offset) |
#define GL_CALL | ( | X | ) | GR_GL_CALL(fGpu->glInterface(), X) |
Definition at line 19 of file GrGLOpsRenderPass.cpp.
|
static |
Definition at line 268 of file GrGLOpsRenderPass.cpp.