Searched refs:TextureMtl (Results 1 – 8 of 8) sorted by relevance
7 // TextureMtl.mm:8 // Implements the class methods for TextureMtl.11 #include "libANGLE/renderer/metal/TextureMtl.h"630 // TextureMtl implementation631 TextureMtl::TextureMtl(const gl::TextureState &state) : TextureImpl(state) {}633 TextureMtl::~TextureMtl() = default;635 void TextureMtl::onDestroy(const gl::Context *context)640 void TextureMtl::releaseTexture(bool releaseImages)645 void TextureMtl::releaseTexture(bool releaseImages, bool releaseTextureObjectsOnly)684 angle::Result TextureMtl::ensureTextureCreated(const gl::Context *context)[all …]
31 class TextureMtl : public TextureImpl34 TextureMtl(const gl::TextureState &state);36 TextureMtl(const TextureMtl &mtl, GLenum format);37 ~TextureMtl() override;
48 "TextureMtl.h",49 "TextureMtl.mm",
18 #include "libANGLE/renderer/metal/TextureMtl.h"
111 class TextureMtl; variable
28 #include "libANGLE/renderer/metal/TextureMtl.h"251 TextureMtl *textureMtl = mtl::GetImpl(texture);1043 // setImage or setSubImage in TextureMtl, which is plumbed through the frontend call1207 return new TextureMtl(state);2223 TextureMtl *textureMtl = mtl::GetImpl(texture);
24 #include "libANGLE/renderer/metal/TextureMtl.h"1321 TextureMtl *textureMtl = mtl::GetImpl(texture);
13 sure it is GL spec conformant (TextureMtl):