#include <blit_command_gles.h>
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 BlitEncodeGLES & | Cast (BlitCommand &base) |
| static const BlitEncodeGLES & | Cast (const BlitCommand &base) |
| static BlitEncodeGLES * | Cast (BlitCommand *base) |
| static const BlitEncodeGLES * | Cast (const BlitCommand *base) |
Public Attributes inherited from impeller::BlitGenerateMipmapCommand | |
| std::shared_ptr< Texture > | texture |
Public Attributes inherited from impeller::BlitCommand | |
| std::string | label |
Definition at line 53 of file blit_command_gles.h.
|
overridedefault |
|
overridevirtual |
Implements impeller::BlitEncodeGLES.
Definition at line 383 of file blit_command_gles.cc.
|
overridevirtual |