Home
last modified time | relevance | path

Searched refs:TextureCapsMap (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.cpp90 TextureCapsMap::TextureCapsMap() {} in TextureCapsMap() function in gl::TextureCapsMap
92 TextureCapsMap::~TextureCapsMap() {} in ~TextureCapsMap()
94 void TextureCapsMap::insert(GLenum internalFormat, const TextureCaps &caps) in insert()
100 void TextureCapsMap::clear() in clear()
105 const TextureCaps &TextureCapsMap::get(GLenum internalFormat) const in get()
111 const TextureCaps &TextureCapsMap::get(angle::FormatID formatID) const in get()
116 TextureCaps &TextureCapsMap::get(angle::FormatID formatID) in get()
121 void TextureCapsMap::set(angle::FormatID formatID, const TextureCaps &caps) in set()
128 TextureCapsMap *capsMap) in InitMinimumTextureCapsMap()
163 static bool GetFormatSupportBase(const TextureCapsMap &textureCaps, in GetFormatSupportBase()
[all …]
DCaps.h62 class TextureCapsMap final : angle::NonCopyable
65 TextureCapsMap();
66 ~TextureCapsMap();
87 TextureCapsMap *capsMap);
91 bool DetermineCompressedTextureETCSupport(const TextureCapsMap &textureCaps);
Dgles_extensions_autogen.h15 class TextureCapsMap; variable
49 void setTextureExtensionSupport(const TextureCapsMap &textureCaps);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.cpp88 TextureCapsMap::TextureCapsMap() {} in TextureCapsMap() function in gl::TextureCapsMap
90 TextureCapsMap::~TextureCapsMap() {} in ~TextureCapsMap()
92 void TextureCapsMap::insert(GLenum internalFormat, const TextureCaps &caps) in insert()
98 void TextureCapsMap::clear() in clear()
103 const TextureCaps &TextureCapsMap::get(GLenum internalFormat) const in get()
109 const TextureCaps &TextureCapsMap::get(angle::FormatID formatID) const in get()
114 TextureCaps &TextureCapsMap::get(angle::FormatID formatID) in get()
119 void TextureCapsMap::set(angle::FormatID formatID, const TextureCaps &caps) in set()
126 TextureCapsMap *capsMap) in InitMinimumTextureCapsMap()
156 static bool GetFormatSupportBase(const TextureCapsMap &textureCaps, in GetFormatSupportBase()
[all …]
DCaps.h59 class TextureCapsMap final : angle::NonCopyable
62 TextureCapsMap();
63 ~TextureCapsMap();
84 TextureCapsMap *capsMap);
88 bool DetermineCompressedTextureETCSupport(const TextureCapsMap &textureCaps);
118 void setTextureExtensionSupport(const TextureCapsMap &textureCaps);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRenderbufferGL.h21 class TextureCapsMap; variable
39 const gl::TextureCapsMap &textureCaps);
64 const gl::TextureCapsMap &mTextureCaps;
Drenderergl_utils.h31 class TextureCapsMap; variable
64 gl::TextureCapsMap *textureCapsMap,
DRendererGL.h174 const gl::TextureCapsMap &getNativeTextureCaps() const;
203 gl::TextureCapsMap *outTextureCaps,
219 mutable gl::TextureCapsMap mNativeTextureCaps;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.h112 const gl::TextureCapsMap &getNativeTextureCaps() const;
148 gl::TextureCapsMap *outTextureCaps,
164 mutable gl::TextureCapsMap mNativeTextureCaps;
Drenderergl_utils.h33 class TextureCapsMap; variable
103 gl::TextureCapsMap *textureCapsMap,
DRenderbufferGL.h21 class TextureCapsMap; variable
DRendererGL.cpp272 gl::TextureCapsMap *outTextureCaps, in generateCaps()
309 const gl::TextureCapsMap &RendererGL::getNativeTextureCaps() const in getNativeTextureCaps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h25 class TextureCapsMap; variable
116 gl::TextureCapsMap *outTextureCapsMap,
DRendererVk.h90 const gl::TextureCapsMap &getNativeTextureCaps() const;
187 mutable gl::TextureCapsMap mNativeTextureCaps;
Dvk_caps_utils.h21 class TextureCapsMap; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h24 class TextureCapsMap; variable
218 gl::TextureCapsMap *outTextureCapsMap,
Dvk_caps_utils.h20 class TextureCapsMap; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.h118 const gl::TextureCapsMap &getNativeTextureCaps() const;
203 mutable gl::TextureCapsMap mNativeTextureCaps;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.h382 const gl::TextureCapsMap &getNativeTextureCaps() const;
405 gl::TextureCapsMap *outTextureCaps,
422 mutable gl::TextureCapsMap mNativeTextureCaps;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h180 virtual const gl::TextureCapsMap &getNativeTextureCaps() const = 0;
199 const gl::TextureCapsMap &getTextureCaps() const { return mState.getTextureCaps(); } in getTextureCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.h401 const gl::TextureCapsMap &getNativeTextureCaps() const;
424 gl::TextureCapsMap *outTextureCaps,
441 mutable gl::TextureCapsMap mNativeTextureCaps;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.h174 const gl::TextureCapsMap &getNativeTextureCaps() const override;
238 gl::TextureCapsMap mTextureCaps;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h213 virtual const gl::TextureCapsMap &getNativeTextureCaps() const = 0;
232 const gl::TextureCapsMap &getTextureCaps() const { return mState.getTextureCaps(); } in getTextureCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.h201 const gl::TextureCapsMap &getNativeTextureCaps() const override;
266 gl::TextureCapsMap mTextureCaps;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h70 gl::TextureCapsMap *textureCapsMap,

1234