This is the complete list of members for impeller::TextureVK, including all inherited members.
| Cast(Texture &base) | impeller::BackendCast< TextureVK, Texture > | inlinestatic |
| Cast(const Texture &base) | impeller::BackendCast< TextureVK, Texture > | inlinestatic |
| Cast(Texture *base) | impeller::BackendCast< TextureVK, Texture > | inlinestatic |
| Cast(const Texture *base) | impeller::BackendCast< TextureVK, Texture > | inlinestatic |
| GetCachedFrameData(SampleCount sample_count) const | impeller::TextureVK | |
| GetCoordinateSystem() const | impeller::Texture | |
| GetImage() const | impeller::TextureVK | |
| GetImageView() const | impeller::TextureVK | |
| GetImmutableSamplerVariant(const SamplerVK &sampler) const | impeller::TextureVK | |
| GetLayout() const | impeller::TextureVK | |
| GetMipCount() const | impeller::Texture | |
| GetRenderTargetView() const | impeller::TextureVK | |
| GetSize() const override | impeller::TextureVK | virtual |
| GetTextureDescriptor() const | impeller::Texture | |
| GetTextureSource() const | impeller::TextureVK | |
| GetYCoordScale() const | impeller::Texture | virtual |
| IsOpaque() const | impeller::Texture | |
| IsSwapchainImage() const | impeller::TextureVK | |
| mipmap_generated_ | impeller::Texture | protected |
| NeedsMipmapGeneration() const | impeller::Texture | |
| SetCachedFrameData(const FramebufferAndRenderPass &data, SampleCount sample_count) | impeller::TextureVK | |
| 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 | |
| SetLayout(const BarrierVK &barrier) const | impeller::TextureVK | |
| SetLayoutWithoutEncoding(vk::ImageLayout layout) const | impeller::TextureVK | |
| SetMipMapGenerated() | impeller::TextureVK | |
| Texture(TextureDescriptor desc) | impeller::Texture | explicitprotected |
| TextureVK(std::weak_ptr< Context > context, std::shared_ptr< TextureSourceVK > source) | impeller::TextureVK | |
| ~Texture() | impeller::Texture | virtual |
| ~TextureVK() override | impeller::TextureVK | |