This is the complete list of members for impeller::Texture, including all inherited members.
| GetCoordinateSystem() const | impeller::Texture | |
| GetMipCount() const | impeller::Texture | |
| GetSize() const =0 | impeller::Texture | pure virtual |
| GetTextureDescriptor() const | impeller::Texture | |
| GetYCoordScale() const | impeller::Texture | virtual |
| IsOpaque() const | impeller::Texture | |
| IsValid() const =0 | impeller::Texture | pure virtual |
| mipmap_generated_ | impeller::Texture | protected |
| NeedsMipmapGeneration() const | impeller::Texture | |
| OnSetContents(const uint8_t *contents, size_t length, size_t slice)=0 | impeller::Texture | protectedpure virtual |
| OnSetContents(std::shared_ptr< const fml::Mapping > mapping, size_t slice)=0 | impeller::Texture | protectedpure virtual |
| 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)=0 | impeller::Texture | pure virtual |
| SetLabel(std::string_view label, std::string_view trailing)=0 | impeller::Texture | pure virtual |
| Texture(TextureDescriptor desc) | impeller::Texture | explicitprotected |
| ~Texture() | impeller::Texture | virtual |