Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
blit_command_gles.cc File Reference
#include "impeller/renderer/backend/gles/blit_command_gles.h"
#include "flutter/fml/closure.h"
#include "impeller/base/validation.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)