/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanFormatTablesTest.cpp | 69 const gl::TextureCaps &textureCaps = renderer->getNativeTextureCaps().get(internalFormat); in TEST_P()
|
D | D3D11FormatTablesTest.cpp | 46 const auto &textureCaps = renderer->getNativeTextureCaps(); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | RenderbufferD3D.cpp | 70 const gl::TextureCaps &formatCaps = mRenderer->getNativeTextureCaps().get(creationFormat); in setStorageMultisample()
|
D | RendererD3D.cpp | 137 const gl::TextureCapsMap &RendererD3D::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::RendererD3D
|
D | RendererD3D.h | 401 const gl::TextureCapsMap &getNativeTextureCaps() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | RendererGL.h | 112 const gl::TextureCapsMap &getNativeTextureCaps() const;
|
D | RendererGL.cpp | 309 const gl::TextureCapsMap &RendererGL::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::RendererGL
|
D | ContextGL.h | 254 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|
D | ContextGL.cpp | 920 const gl::TextureCapsMap &ContextGL::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::ContextGL 922 return mRenderer->getNativeTextureCaps(); in getNativeTextureCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 454 const gl::TextureCapsMap &Context9::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::Context9 456 return mRenderer->getNativeTextureCaps(); in getNativeTextureCaps()
|
D | Context9.h | 231 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|
D | Renderer9.cpp | 460 const gl::TextureCapsMap &rendererTextureCaps = getNativeTextureCaps(); in generateConfigs() 2553 const gl::TextureCaps &textureCaps = getNativeTextureCaps().get(format); in createRenderTarget()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 118 const gl::TextureCapsMap &getNativeTextureCaps() const;
|
D | ContextMtl.h | 202 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|
D | ContextMtl.mm | 1169 const gl::TextureCapsMap &ContextMtl::getNativeTextureCaps() const 1171 return getDisplay()->getNativeTextureCaps();
|
D | DisplayMtl.mm | 644 const gl::TextureCapsMap &DisplayMtl::getNativeTextureCaps() const
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ContextImpl.h | 213 virtual const gl::TextureCapsMap &getNativeTextureCaps() const = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 201 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|
D | ContextNULL.cpp | 393 const gl::TextureCapsMap &ContextNULL::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::ContextNULL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.h | 232 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|
D | Context11.cpp | 847 const gl::TextureCapsMap &Context11::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::Context11 849 return mRenderer->getNativeTextureCaps(); in getNativeTextureCaps()
|
D | Renderer11.cpp | 1163 const gl::TextureCapsMap &rendererTextureCaps = getNativeTextureCaps(); in generateConfigs() 2837 const gl::TextureCaps &textureCaps = getNativeTextureCaps().get(format); in createRenderTarget()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.h | 206 const gl::TextureCapsMap &getNativeTextureCaps() const;
|
D | vk_caps_utils.cpp | 52 const gl::TextureCaps &baseCaps = rendererVk->getNativeTextureCaps().get(glFormat); in FormatReinterpretationSupported()
|
D | ContextVk.h | 297 const gl::TextureCapsMap &getNativeTextureCaps() const override;
|