Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
impeller::BlitPassGLES Member List

This is the complete list of members for impeller::BlitPassGLES, including all inherited members.

AddCopy(std::shared_ptr< Texture > source, std::shared_ptr< Texture > destination, std::optional< IRect > source_region=std::nullopt, IPoint destination_origin={}, std::string label="")impeller::BlitPass
AddCopy(std::shared_ptr< Texture > source, std::shared_ptr< DeviceBuffer > destination, std::optional< IRect > source_region=std::nullopt, size_t destination_offset=0, std::string label="")impeller::BlitPass
AddCopy(BufferView source, std::shared_ptr< Texture > destination, IPoint destination_origin={}, std::string label="")impeller::BlitPass
BlitPass()impeller::BlitPassexplicitprotected
CommandBufferGLESimpeller::BlitPassGLESfriend
EncodeCommands(const std::shared_ptr< Allocator > &transients_allocator) const overrideimpeller::BlitPassGLESprivatevirtual
GenerateMipmap(std::shared_ptr< Texture > texture, std::string label="")impeller::BlitPass
IsValid() const overrideimpeller::BlitPassGLESprivatevirtual
OnCopyBufferToTextureCommand(BufferView source, std::shared_ptr< Texture > destination, IPoint destination_origin, std::string label) overrideimpeller::BlitPassGLESinlineprivatevirtual
OnCopyTextureToBufferCommand(std::shared_ptr< Texture > source, std::shared_ptr< DeviceBuffer > destination, IRect source_region, size_t destination_offset, std::string label) overrideimpeller::BlitPassGLESprivatevirtual
OnCopyTextureToTextureCommand(std::shared_ptr< Texture > source, std::shared_ptr< Texture > destination, IRect source_region, IPoint destination_origin, std::string label) overrideimpeller::BlitPassGLESprivatevirtual
OnGenerateMipmapCommand(std::shared_ptr< Texture > texture, std::string label) overrideimpeller::BlitPassGLESprivatevirtual
OnSetLabel(std::string label) overrideimpeller::BlitPassGLESprivatevirtual
SetLabel(std::string label)impeller::BlitPass
~BlitPass()impeller::BlitPassvirtual
~BlitPassGLES() overrideimpeller::BlitPassGLES