Home
last modified time | relevance | path

Searched refs:getNativeTextureCaps (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanFormatTablesTest.cpp69 const gl::TextureCaps &textureCaps = renderer->getNativeTextureCaps().get(internalFormat); in TEST_P()
DD3D11FormatTablesTest.cpp46 const auto &textureCaps = renderer->getNativeTextureCaps(); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRenderbufferD3D.cpp70 const gl::TextureCaps &formatCaps = mRenderer->getNativeTextureCaps().get(creationFormat); in setStorageMultisample()
DRendererD3D.cpp137 const gl::TextureCapsMap &RendererD3D::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::RendererD3D
DRendererD3D.h401 const gl::TextureCapsMap &getNativeTextureCaps() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.h112 const gl::TextureCapsMap &getNativeTextureCaps() const;
DRendererGL.cpp309 const gl::TextureCapsMap &RendererGL::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::RendererGL
DContextGL.h254 const gl::TextureCapsMap &getNativeTextureCaps() const override;
DContextGL.cpp920 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/
DContext9.cpp454 const gl::TextureCapsMap &Context9::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::Context9
456 return mRenderer->getNativeTextureCaps(); in getNativeTextureCaps()
DContext9.h231 const gl::TextureCapsMap &getNativeTextureCaps() const override;
DRenderer9.cpp460 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/
DDisplayMtl.h118 const gl::TextureCapsMap &getNativeTextureCaps() const;
DContextMtl.h202 const gl::TextureCapsMap &getNativeTextureCaps() const override;
DContextMtl.mm1169 const gl::TextureCapsMap &ContextMtl::getNativeTextureCaps() const
1171 return getDisplay()->getNativeTextureCaps();
DDisplayMtl.mm644 const gl::TextureCapsMap &DisplayMtl::getNativeTextureCaps() const
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h213 virtual const gl::TextureCapsMap &getNativeTextureCaps() const = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.h201 const gl::TextureCapsMap &getNativeTextureCaps() const override;
DContextNULL.cpp393 const gl::TextureCapsMap &ContextNULL::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::ContextNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.h232 const gl::TextureCapsMap &getNativeTextureCaps() const override;
DContext11.cpp847 const gl::TextureCapsMap &Context11::getNativeTextureCaps() const in getNativeTextureCaps() function in rx::Context11
849 return mRenderer->getNativeTextureCaps(); in getNativeTextureCaps()
DRenderer11.cpp1163 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/
DRendererVk.h206 const gl::TextureCapsMap &getNativeTextureCaps() const;
Dvk_caps_utils.cpp52 const gl::TextureCaps &baseCaps = rendererVk->getNativeTextureCaps().get(glFormat); in FormatReinterpretationSupported()
DContextVk.h297 const gl::TextureCapsMap &getNativeTextureCaps() const override;

12