Searched refs:NativeTextureWrapper (Results 1 – 2 of 2) sorted by relevance
336 class NativeTextureWrapper; variable344 std::unique_ptr<NativeTextureWrapper> mViewFromBaseToMaxLevel;
761 // TextureMtl::NativeTextureWrapper implementation.765 // Note that NativeTextureWrapper's base GL level doesn't necessarily mean it's the same as a GL767 // - If NativeTextureWrapper holds a native storage of a non-immutable texture,769 // - If NativeTextureWrapper holds a native storage of an immutable texture,771 // - If NativeTextureWrapper holds a view from base level to max level of a GL texture,773 class TextureMtl::NativeTextureWrapper : angle::NonCopyable776 NativeTextureWrapper(mtl::TextureRef texture, GLuint baseGLLevel)856 // This class extends NativeTextureWrapper with support for view creation857 class TextureMtl::NativeTextureWrapperWithViewSupport : public NativeTextureWrapper861 : NativeTextureWrapper(std::move(texture), baseGLLevel)[all …]