Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::BlitGenerateMipmapCommandGLES Struct Reference

#include <blit_command_gles.h>

Inheritance diagram for impeller::BlitGenerateMipmapCommandGLES:
impeller::BlitEncodeGLES impeller::BlitGenerateMipmapCommand impeller::BackendCast< BlitEncodeGLES, BlitCommand > impeller::BlitCommand

Public Member Functions

 ~BlitGenerateMipmapCommandGLES () override
 
std::string GetLabel () const override
 
bool Encode (const ReactorGLES &reactor) const override
 
- Public Member Functions inherited from impeller::BlitEncodeGLES
virtual ~BlitEncodeGLES ()
 

Additional Inherited Members

- Static Public Member Functions inherited from impeller::BackendCast< BlitEncodeGLES, BlitCommand >
static BlitEncodeGLESCast (BlitCommand &base)
 
static const BlitEncodeGLESCast (const BlitCommand &base)
 
static BlitEncodeGLESCast (BlitCommand *base)
 
static const BlitEncodeGLESCast (const BlitCommand *base)
 
- Public Attributes inherited from impeller::BlitGenerateMipmapCommand
std::shared_ptr< Texturetexture
 
- Public Attributes inherited from impeller::BlitCommand
std::string label
 

Detailed Description

Definition at line 43 of file blit_command_gles.h.

Constructor & Destructor Documentation

◆ ~BlitGenerateMipmapCommandGLES()

impeller::BlitGenerateMipmapCommandGLES::~BlitGenerateMipmapCommandGLES ( )
overridedefault

Member Function Documentation

◆ Encode()

bool impeller::BlitGenerateMipmapCommandGLES::Encode ( const ReactorGLES reactor) const
overridevirtual

Implements impeller::BlitEncodeGLES.

Definition at line 164 of file blit_command_gles.cc.

164 {
165 auto texture_gles = TextureGLES::Cast(texture.get());
166 if (!texture_gles->GenerateMipmap()) {
167 return false;
168 }
169
170 return true;
171};
static TextureGLES & Cast(Texture &base)
std::shared_ptr< Texture > texture

◆ GetLabel()

std::string impeller::BlitGenerateMipmapCommandGLES::GetLabel ( ) const
overridevirtual

Implements impeller::BlitEncodeGLES.

Definition at line 160 of file blit_command_gles.cc.

160 {
161 return label;
162}

The documentation for this struct was generated from the following files: