/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.cpp | 90 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 …]
|
D | Caps.h | 62 class TextureCapsMap final : angle::NonCopyable 65 TextureCapsMap(); 66 ~TextureCapsMap(); 87 TextureCapsMap *capsMap); 91 bool DetermineCompressedTextureETCSupport(const TextureCapsMap &textureCaps);
|
D | gles_extensions_autogen.h | 15 class TextureCapsMap; variable 49 void setTextureExtensionSupport(const TextureCapsMap &textureCaps);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.cpp | 88 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 …]
|
D | Caps.h | 59 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/ |
D | RenderbufferGL.h | 21 class TextureCapsMap; variable 39 const gl::TextureCapsMap &textureCaps); 64 const gl::TextureCapsMap &mTextureCaps;
|
D | renderergl_utils.h | 31 class TextureCapsMap; variable 64 gl::TextureCapsMap *textureCapsMap,
|
D | RendererGL.h | 174 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/ |
D | RendererGL.h | 112 const gl::TextureCapsMap &getNativeTextureCaps() const; 148 gl::TextureCapsMap *outTextureCaps, 164 mutable gl::TextureCapsMap mNativeTextureCaps;
|
D | renderergl_utils.h | 33 class TextureCapsMap; variable 103 gl::TextureCapsMap *textureCapsMap,
|
D | RenderbufferGL.h | 21 class TextureCapsMap; variable
|
D | RendererGL.cpp | 272 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/ |
D | vk_format_utils.h | 25 class TextureCapsMap; variable 116 gl::TextureCapsMap *outTextureCapsMap,
|
D | RendererVk.h | 90 const gl::TextureCapsMap &getNativeTextureCaps() const; 187 mutable gl::TextureCapsMap mNativeTextureCaps;
|
D | vk_caps_utils.h | 21 class TextureCapsMap; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.h | 24 class TextureCapsMap; variable 218 gl::TextureCapsMap *outTextureCapsMap,
|
D | vk_caps_utils.h | 20 class TextureCapsMap; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 118 const gl::TextureCapsMap &getNativeTextureCaps() const; 203 mutable gl::TextureCapsMap mNativeTextureCaps;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | RendererD3D.h | 382 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/ |
D | ContextImpl.h | 180 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/ |
D | RendererD3D.h | 401 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/ |
D | ContextNULL.h | 174 const gl::TextureCapsMap &getNativeTextureCaps() const override; 238 gl::TextureCapsMap mTextureCaps;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ContextImpl.h | 213 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/ |
D | ContextNULL.h | 201 const gl::TextureCapsMap &getNativeTextureCaps() const override; 266 gl::TextureCapsMap mTextureCaps;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 70 gl::TextureCapsMap *textureCapsMap,
|