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

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

AcquireTextureProc typedefimpeller::TextureMTL
Cast(Texture &base)impeller::BackendCast< TextureMTL, Texture >inlinestatic
Cast(const Texture &base)impeller::BackendCast< TextureMTL, Texture >inlinestatic
Cast(Texture *base)impeller::BackendCast< TextureMTL, Texture >inlinestatic
Cast(const Texture *base)impeller::BackendCast< TextureMTL, Texture >inlinestatic
Create(TextureDescriptor desc, id< MTLTexture > texture)impeller::TextureMTLstatic
GenerateMipmap(id< MTLBlitCommandEncoder > encoder)impeller::TextureMTL
GetCoordinateSystem() constimpeller::Texture
GetMipCount() constimpeller::Texture
GetMTLTexture() constimpeller::TextureMTL
GetSize() const overrideimpeller::TextureMTLprivatevirtual
GetTextureDescriptor() constimpeller::Texture
GetYCoordScale() constimpeller::Texturevirtual
IsDrawable() constimpeller::TextureMTL
IsOpaque() constimpeller::Texture
IsValid() const overrideimpeller::TextureMTLvirtual
IsWrapped() constimpeller::TextureMTL
mipmap_generated_impeller::Textureprotected
NeedsMipmapGeneration() constimpeller::Texture
OnSetContents(const uint8_t *contents, size_t length, size_t slice) overrideimpeller::TextureMTLprivatevirtual
OnSetContents(std::shared_ptr< const fml::Mapping > mapping, size_t slice) overrideimpeller::TextureMTLprivatevirtual
SetContents(const uint8_t *contents, size_t length, size_t slice=0, bool is_opaque=false)impeller::Texture
SetContents(std::shared_ptr< const fml::Mapping > mapping, size_t slice=0, bool is_opaque=false)impeller::Texture
SetCoordinateSystem(TextureCoordinateSystem coordinate_system)impeller::Texture
SetLabel(std::string_view label) overrideimpeller::TextureMTLprivatevirtual
Texture(TextureDescriptor desc)impeller::Textureexplicitprotected
TextureMTL(TextureDescriptor desc, const AcquireTextureProc &aquire_proc, bool wrapped=false, bool drawable=false)impeller::TextureMTL
Wrapper(TextureDescriptor desc, id< MTLTexture > texture, std::function< void()> deletion_proc=nullptr)impeller::TextureMTLstatic
~Texture()impeller::Texturevirtual
~TextureMTL() overrideimpeller::TextureMTL