Flutter Engine
The Flutter Engine
|
This is the complete list of members for impeller::RenderTargetAllocator, including all inherited members.
CreateOffscreen(const Context &context, ISize size, int mip_count, const std::string &label="Offscreen", RenderTarget::AttachmentConfig color_attachment_config=RenderTarget::kDefaultColorAttachmentConfig, std::optional< RenderTarget::AttachmentConfig > stencil_attachment_config=RenderTarget::kDefaultStencilAttachmentConfig, const std::shared_ptr< Texture > &existing_color_texture=nullptr, const std::shared_ptr< Texture > &existing_depth_stencil_texture=nullptr) | impeller::RenderTargetAllocator | virtual |
CreateOffscreenMSAA(const Context &context, ISize size, int mip_count, const std::string &label="Offscreen MSAA", RenderTarget::AttachmentConfigMSAA color_attachment_config=RenderTarget::kDefaultColorAttachmentConfigMSAA, std::optional< RenderTarget::AttachmentConfig > stencil_attachment_config=RenderTarget::kDefaultStencilAttachmentConfig, const std::shared_ptr< Texture > &existing_color_msaa_texture=nullptr, const std::shared_ptr< Texture > &existing_color_resolve_texture=nullptr, const std::shared_ptr< Texture > &existing_depth_stencil_texture=nullptr) | impeller::RenderTargetAllocator | virtual |
End() | impeller::RenderTargetAllocator | virtual |
RenderTargetAllocator(std::shared_ptr< Allocator > allocator) | impeller::RenderTargetAllocator | explicit |
Start() | impeller::RenderTargetAllocator | virtual |
~RenderTargetAllocator()=default | impeller::RenderTargetAllocator | virtual |