Home
last modified time | relevance | path

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

12

/device/generic/vulkan-cereal/third-party/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()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp160 new StateManagerGL(mFunctions.get(), getNativeCaps(), getNativeExtensions(), mFeatures); in RendererGL()
343 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.cpp683 packState.rowLength && !GetImplAs<ContextGL>(context)->getNativeExtensions().packSubimage; in readPixels()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp145 return new ShaderD3D(data, mRenderer->getFeatures(), mRenderer->getNativeExtensions()); in createShader()
577 const gl::Extensions &Context11::getNativeExtensions() const in getNativeExtensions() function in rx::Context11
579 return mRenderer->getNativeExtensions(); in getNativeExtensions()
DContext11.h184 const gl::Extensions &getNativeExtensions() const override;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DRendererD3D.cpp158 const gl::Extensions &RendererD3D::getNativeExtensions() const in getNativeExtensions() function in rx::RendererD3D
DDisplayD3D.cpp357 outCaps->textureNPOT = mRenderer->getNativeExtensions().textureNPOTOES; in generateCaps()
DRendererD3D.h387 const gl::Extensions &getNativeExtensions() const;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h101 const gl::Extensions &getNativeExtensions() const;
DContextMtl.h152 const gl::Extensions &getNativeExtensions() const override;
DDisplayMtl.mm373 const gl::Extensions &DisplayMtl::getNativeExtensions() const
DContextMtl.mm803 const gl::Extensions &ContextMtl::getNativeExtensions() const
805 return getDisplay()->getNativeExtensions();
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp195 outExtensions->createContextRobustness = getRenderer()->getNativeExtensions().robustness; in generateExtensions()
DRendererVk.h117 const gl::Extensions &getNativeExtensions() const;
DContextVk.h238 const gl::Extensions &getNativeExtensions() const override;
DRendererVk.cpp1809 const gl::Extensions &RendererVk::getNativeExtensions() const in getNativeExtensions() function in rx::RendererVk
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DContextImpl.h159 virtual const gl::Extensions &getNativeExtensions() const = 0;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DContextNULL.h153 const gl::Extensions &getNativeExtensions() const override;
DContextNULL.cpp320 const gl::Extensions &ContextNULL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextNULL

12