| /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);
|
| D | State.h | 119 const TextureCapsMap &getTextureCaps() const { return mTextureCaps; } in getTextureCaps() 981 TextureCapsMap mTextureCaps;
|
| /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()
|
| D | ContextGL.h | 254 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|
| /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
|
| D | RendererVk.h | 206 const gl::TextureCapsMap &getNativeTextureCaps() const; 532 mutable gl::TextureCapsMap mNativeTextureCaps;
|
| D | vk_format_utils.cpp | 239 gl::TextureCapsMap *outTextureCapsMap, in initialize()
|
| /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;
|
| D | mtl_format_utils.h | 138 gl::TextureCapsMap *capsMapOut,
|
| D | mtl_format_utils.mm | 123 gl::TextureCapsMap *capsMapOut, 281 gl::TextureCapsMap *capsMapOut,
|
| /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;
|
| D | RendererD3D.cpp | 137 const gl::TextureCapsMap &RendererD3D::getNativeTextureCaps() const in getNativeTextureCaps()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | renderer9_utils.h | 70 gl::TextureCapsMap *textureCapsMap,
|
| D | Context9.h | 231 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|
| /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;
|
| D | ContextNULL.cpp | 393 const gl::TextureCapsMap &ContextNULL::getNativeTextureCaps() const in getNativeTextureCaps()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.h | 232 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|
| D | renderer11_utils.h | 80 gl::TextureCapsMap *textureCapsMap,
|