This is the complete list of members for impeller::TextureMTL, including all inherited members.
AcquireTextureProc typedef | impeller::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::TextureMTL | static |
GenerateMipmap(id< MTLBlitCommandEncoder > encoder) | impeller::TextureMTL | |
GetCoordinateSystem() const | impeller::Texture | |
GetMipCount() const | impeller::Texture | |
GetMTLTexture() const | impeller::TextureMTL | |
GetTextureDescriptor() const | impeller::Texture | |
GetYCoordScale() const | impeller::Texture | virtual |
IsDrawable() const | impeller::TextureMTL | |
IsOpaque() const | impeller::Texture | |
IsValid() const override | impeller::TextureMTL | virtual |
IsWrapped() const | impeller::TextureMTL | |
mipmap_generated_ | impeller::Texture | protected |
NeedsMipmapGeneration() const | impeller::Texture | |
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 | |
Texture(TextureDescriptor desc) | impeller::Texture | explicitprotected |
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::TextureMTL | static |
~Texture() | impeller::Texture | virtual |
~TextureMTL() override | impeller::TextureMTL | |