Home
last modified time | relevance | path

Searched refs:getNativeExtensions (Results 1 – 25 of 33) sorted by relevance

12

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp54 return new ShaderD3D(data, mRenderer->getFeatures(), mRenderer->getNativeExtensions()); in createShader()
375 const gl::Extensions &Context9::getNativeExtensions() const in getNativeExtensions() function in rx::Context9
377 return mRenderer->getNativeExtensions(); in getNativeExtensions()
DIndexBuffer9.cpp49 ASSERT(mRenderer->getNativeExtensions().elementIndexUintOES); in initialize()
DContext9.h183 const gl::Extensions &getNativeExtensions() const override;
DRenderer9.cpp1008 if (getNativeExtensions().textureFilterAnisotropic) in setSamplerState()
1484 if (getNativeExtensions().elementIndexUintOES) in drawLineLoop()
1696 else if (getNativeExtensions().elementIndexUintOES) in getCountingIB()
/external/angle/src/libANGLE/renderer/vulkan/
DSamplerVk.cpp43 const gl::Extensions &extensions = renderer->getNativeExtensions(); in syncState()
DDisplayVk.cpp190 outExtensions->createContextRobustness = getRenderer()->getNativeExtensions().robustness; in generateExtensions()
DRendererVk.h112 const gl::Extensions &getNativeExtensions() const;
DContextVk.h405 const gl::Extensions &getNativeExtensions() const override;
/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp143 new StateManagerGL(mFunctions.get(), getNativeCaps(), getNativeExtensions(), mFeatures); in RendererGL()
326 const gl::Extensions &RendererGL::getNativeExtensions() const in getNativeExtensions() function in rx::RendererGL
DRendererGL.h116 const gl::Extensions &getNativeExtensions() const;
DContextGL.h198 const gl::Extensions &getNativeExtensions() const override;
DContextGL.cpp734 const gl::Extensions &ContextGL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextGL
736 return mRenderer->getNativeExtensions(); in getNativeExtensions()
DFramebufferGL.cpp681 packState.rowLength && !GetImplAs<ContextGL>(context)->getNativeExtensions().packSubimage; in readPixels()
/external/angle/src/libANGLE/renderer/d3d/
DRendererD3D.cpp158 const gl::Extensions &RendererD3D::getNativeExtensions() const in getNativeExtensions() function in rx::RendererD3D
DDisplayD3D.cpp352 outCaps->textureNPOT = mRenderer->getNativeExtensions().textureNPOTOES; in generateCaps()
DRendererD3D.h387 const gl::Extensions &getNativeExtensions() const;
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp145 return new ShaderD3D(data, mRenderer->getFeatures(), mRenderer->getNativeExtensions()); in createShader()
576 const gl::Extensions &Context11::getNativeExtensions() const in getNativeExtensions() function in rx::Context11
578 return mRenderer->getNativeExtensions(); in getNativeExtensions()
DContext11.h184 const gl::Extensions &getNativeExtensions() const override;
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h96 const gl::Extensions &getNativeExtensions() const;
DContextMtl.h152 const gl::Extensions &getNativeExtensions() const override;
DDisplayMtl.mm364 const gl::Extensions &DisplayMtl::getNativeExtensions() const
DContextMtl.mm772 const gl::Extensions &ContextMtl::getNativeExtensions() const
774 return getDisplay()->getNativeExtensions();
/external/angle/src/libANGLE/renderer/
DContextImpl.h159 virtual const gl::Extensions &getNativeExtensions() const = 0;
/external/angle/src/libANGLE/renderer/null/
DContextNULL.h153 const gl::Extensions &getNativeExtensions() const override;
DContextNULL.cpp319 const gl::Extensions &ContextNULL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextNULL

12