Flutter Engine
The Flutter Engine
Namespaces | Functions
blit_command_gles.cc File Reference
#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)
 

Variable Documentation

◆ buffer_view

BufferView buffer_view

Definition at line 127 of file blit_command_gles.cc.

◆ external_format

GLenum external_format = GL_NONE

Definition at line 125 of file blit_command_gles.cc.

◆ internal_format

GLint internal_format = 0

Definition at line 124 of file blit_command_gles.cc.

◆ type

GLenum type = GL_NONE

Definition at line 126 of file blit_command_gles.cc.