Flutter Engine
The Flutter Engine
|
This is the complete list of members for impeller::testing::MockBlitPass, 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, std::optional< IRect > destination_region=std::nullopt, std::string label="", uint32_t slice=0, bool convert_to_read=true) | impeller::BlitPass | |
BlitPass() | impeller::BlitPass | explicitprotected |
ConvertTextureToShaderRead(const std::shared_ptr< Texture > &texture) | impeller::BlitPass | virtual |
EncodeCommands(const std::shared_ptr< Allocator > &transients_allocator) const =0 | impeller::BlitPass | pure virtual |
GenerateMipmap(std::shared_ptr< Texture > texture, std::string label="") | impeller::BlitPass | |
IsValid() const =0 | impeller::BlitPass | pure virtual |
MOCK_METHOD(bool, IsValid,(),(const, override)) | impeller::testing::MockBlitPass | |
MOCK_METHOD(bool, EncodeCommands,(const std::shared_ptr< Allocator > &transients_allocator),(const, override)) | impeller::testing::MockBlitPass | |
MOCK_METHOD(void, OnSetLabel,(std::string label),(override)) | impeller::testing::MockBlitPass | |
MOCK_METHOD(bool, OnCopyTextureToTextureCommand,(std::shared_ptr< Texture > source, std::shared_ptr< Texture > destination, IRect source_region, IPoint destination_origin, std::string label),(override)) | impeller::testing::MockBlitPass | |
MOCK_METHOD(bool, OnCopyTextureToBufferCommand,(std::shared_ptr< Texture > source, std::shared_ptr< DeviceBuffer > destination, IRect source_region, size_t destination_offset, std::string label),(override)) | impeller::testing::MockBlitPass | |
MOCK_METHOD(bool, OnCopyBufferToTextureCommand,(BufferView source, std::shared_ptr< Texture > destination, IRect destination_rect, std::string label, uint32_t slice, bool convert_to_read),(override)) | impeller::testing::MockBlitPass | |
MOCK_METHOD(bool, OnGenerateMipmapCommand,(std::shared_ptr< Texture > texture, std::string label),(override)) | impeller::testing::MockBlitPass | |
OnCopyBufferToTextureCommand(BufferView source, std::shared_ptr< Texture > destination, IRect destination_region, std::string label, uint32_t slice, bool convert_to_read)=0 | impeller::BlitPass | protectedpure virtual |
OnCopyTextureToBufferCommand(std::shared_ptr< Texture > source, std::shared_ptr< DeviceBuffer > destination, IRect source_region, size_t destination_offset, std::string label)=0 | impeller::BlitPass | protectedpure virtual |
OnCopyTextureToTextureCommand(std::shared_ptr< Texture > source, std::shared_ptr< Texture > destination, IRect source_region, IPoint destination_origin, std::string label)=0 | impeller::BlitPass | protectedpure virtual |
OnGenerateMipmapCommand(std::shared_ptr< Texture > texture, std::string label)=0 | impeller::BlitPass | protectedpure virtual |
OnSetLabel(std::string label)=0 | impeller::BlitPass | protectedpure virtual |
SetLabel(std::string label) | impeller::BlitPass | |
~BlitPass() | impeller::BlitPass | virtual |