/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 54 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()
|
D | IndexBuffer9.cpp | 49 ASSERT(mRenderer->getNativeExtensions().elementIndexUintOES); in initialize()
|
D | Context9.h | 183 const gl::Extensions &getNativeExtensions() const override;
|
D | Renderer9.cpp | 1008 if (getNativeExtensions().textureFilterAnisotropic) in setSamplerState() 1484 if (getNativeExtensions().elementIndexUintOES) in drawLineLoop() 1696 else if (getNativeExtensions().elementIndexUintOES) in getCountingIB()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SamplerVk.cpp | 43 const gl::Extensions &extensions = renderer->getNativeExtensions(); in syncState()
|
D | DisplayVk.cpp | 190 outExtensions->createContextRobustness = getRenderer()->getNativeExtensions().robustness; in generateExtensions()
|
D | RendererVk.h | 112 const gl::Extensions &getNativeExtensions() const;
|
D | ContextVk.h | 405 const gl::Extensions &getNativeExtensions() const override;
|
/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 143 new StateManagerGL(mFunctions.get(), getNativeCaps(), getNativeExtensions(), mFeatures); in RendererGL() 326 const gl::Extensions &RendererGL::getNativeExtensions() const in getNativeExtensions() function in rx::RendererGL
|
D | RendererGL.h | 116 const gl::Extensions &getNativeExtensions() const;
|
D | ContextGL.h | 198 const gl::Extensions &getNativeExtensions() const override;
|
D | ContextGL.cpp | 734 const gl::Extensions &ContextGL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextGL 736 return mRenderer->getNativeExtensions(); in getNativeExtensions()
|
D | FramebufferGL.cpp | 681 packState.rowLength && !GetImplAs<ContextGL>(context)->getNativeExtensions().packSubimage; in readPixels()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | RendererD3D.cpp | 158 const gl::Extensions &RendererD3D::getNativeExtensions() const in getNativeExtensions() function in rx::RendererD3D
|
D | DisplayD3D.cpp | 352 outCaps->textureNPOT = mRenderer->getNativeExtensions().textureNPOTOES; in generateCaps()
|
D | RendererD3D.h | 387 const gl::Extensions &getNativeExtensions() const;
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 145 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()
|
D | Context11.h | 184 const gl::Extensions &getNativeExtensions() const override;
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 96 const gl::Extensions &getNativeExtensions() const;
|
D | ContextMtl.h | 152 const gl::Extensions &getNativeExtensions() const override;
|
D | DisplayMtl.mm | 364 const gl::Extensions &DisplayMtl::getNativeExtensions() const
|
D | ContextMtl.mm | 772 const gl::Extensions &ContextMtl::getNativeExtensions() const 774 return getDisplay()->getNativeExtensions();
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 159 virtual const gl::Extensions &getNativeExtensions() const = 0;
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 153 const gl::Extensions &getNativeExtensions() const override;
|
D | ContextNULL.cpp | 319 const gl::Extensions &ContextNULL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextNULL
|