Home
last modified time | relevance | path

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

12

/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);
DState.h119 const TextureCapsMap &getTextureCaps() const { return mTextureCaps; } in getTextureCaps()
981 TextureCapsMap mTextureCaps;
/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()
DContextGL.h254 const gl::TextureCapsMap &getNativeTextureCaps() const override;
/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
DRendererVk.h206 const gl::TextureCapsMap &getNativeTextureCaps() const;
532 mutable gl::TextureCapsMap mNativeTextureCaps;
Dvk_format_utils.cpp239 gl::TextureCapsMap *outTextureCapsMap, in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.h118 const gl::TextureCapsMap &getNativeTextureCaps() const;
203 mutable gl::TextureCapsMap mNativeTextureCaps;
Dmtl_format_utils.h138 gl::TextureCapsMap *capsMapOut,
Dmtl_format_utils.mm123 gl::TextureCapsMap *capsMapOut,
281 gl::TextureCapsMap *capsMapOut,
/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;
DRendererD3D.cpp137 const gl::TextureCapsMap &RendererD3D::getNativeTextureCaps() const in getNativeTextureCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h70 gl::TextureCapsMap *textureCapsMap,
DContext9.h231 const gl::TextureCapsMap &getNativeTextureCaps() const override;
/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;
DContextNULL.cpp393 const gl::TextureCapsMap &ContextNULL::getNativeTextureCaps() const in getNativeTextureCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.h232 const gl::TextureCapsMap &getNativeTextureCaps() const override;
Drenderer11_utils.h80 gl::TextureCapsMap *textureCapsMap,

12