#include <blit_command_gles.h>
Public Member Functions | |
~BlitCopyTextureToTextureCommandGLES () override | |
std::string | GetLabel () const override |
bool | Encode (const ReactorGLES &reactor) const override |
![]() | |
virtual | ~BlitEncodeGLES () |
Additional Inherited Members | |
![]() | |
static BlitEncodeGLES & | Cast (BlitCommand &base) |
static const BlitEncodeGLES & | Cast (const BlitCommand &base) |
static BlitEncodeGLES * | Cast (BlitCommand *base) |
static const BlitEncodeGLES * | Cast (const BlitCommand *base) |
![]() | |
std::shared_ptr< Texture > | source |
std::shared_ptr< Texture > | destination |
IRect | source_region |
IPoint | destination_origin |
![]() | |
std::string | label |
Definition at line 33 of file blit_command_gles.h.
|
overridedefault |
|
overridevirtual |
Implements impeller::BlitEncodeGLES.
Definition at line 93 of file blit_command_gles.cc.
References impeller::ConfigureFBO(), impeller::DeleteFBO(), impeller::BlitCopyTextureToTextureCommand::destination, impeller::BlitCopyTextureToTextureCommand::destination_origin, impeller::TRect< T >::GetHeight(), impeller::ReactorGLES::GetProcTable(), impeller::TRect< T >::GetWidth(), impeller::TRect< T >::GetX(), impeller::TRect< T >::GetY(), impeller::BlitCopyTextureToTextureCommand::source, impeller::BlitCopyTextureToTextureCommand::source_region, VALIDATION_LOG, impeller::TPoint< T >::x, and impeller::TPoint< T >::y.
|
overridevirtual |
Implements impeller::BlitEncodeGLES.
Definition at line 89 of file blit_command_gles.cc.
References impeller::BlitCommand::label.