Flutter Engine
 
Loading...
Searching...
No Matches
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 53 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 385 of file blit_command_gles.cc.

385 {
386 auto texture_gles = TextureGLES::Cast(texture.get());
387 if (!texture_gles->GenerateMipmap()) {
388 return false;
389 }
390
391 return true;
392};
static TextureGLES & Cast(Texture &base)
std::shared_ptr< Texture > texture

References texture.

◆ GetLabel()

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

Implements impeller::BlitEncodeGLES.

Definition at line 381 of file blit_command_gles.cc.

381 {
382 return label;
383}

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