Flutter Engine
The Flutter Engine
|
#include "impeller/renderer/backend/gles/blit_command_gles.h"
#include "flutter/fml/closure.h"
#include "fml/trace_event.h"
#include "impeller/base/validation.h"
#include "impeller/geometry/point.h"
#include "impeller/renderer/backend/gles/device_buffer_gles.h"
#include "impeller/renderer/backend/gles/texture_gles.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
Functions | |
static void | impeller::DeleteFBO (const ProcTableGLES &gl, GLuint fbo, GLenum type) |
static std::optional< GLuint > | impeller::ConfigureFBO (const ProcTableGLES &gl, const std::shared_ptr< Texture > &texture, GLenum fbo_type) |
BufferView buffer_view |
Definition at line 127 of file blit_command_gles.cc.
GLenum external_format = GL_NONE |
Definition at line 125 of file blit_command_gles.cc.
GLint internal_format = 0 |
Definition at line 124 of file blit_command_gles.cc.
GLenum type = GL_NONE |
Definition at line 126 of file blit_command_gles.cc.