/external/angle/src/libANGLE/renderer/gl/egl/ |
D | ContextEGL.cpp | 35 getStateManager()->syncFromNativeContext(getNativeExtensions(), mExtState.get()); in acquireExternalContext() 51 getStateManager()->restoreNativeContext(getNativeExtensions(), mExtState.get()); in releaseExternalContext()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 167 new StateManagerGL(mFunctions.get(), getNativeCaps(), getNativeExtensions(), mFeatures); in RendererGL() 317 const gl::Extensions &RendererGL::getNativeExtensions() const in getNativeExtensions() function in rx::RendererGL
|
D | RendererGL.h | 88 const gl::Extensions &getNativeExtensions() const;
|
D | ShaderGL.cpp | 285 if (contextGL->getNativeExtensions().shaderPixelLocalStorageANGLE) in compile()
|
D | ContextGL.h | 259 const gl::Extensions &getNativeExtensions() const override;
|
D | ContextGL.cpp | 940 const gl::Extensions &ContextGL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextGL 942 return mRenderer->getNativeExtensions(); in getNativeExtensions()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | RendererD3D.cpp | 128 const gl::Extensions &RendererD3D::getNativeExtensions() const in getNativeExtensions() function in rx::RendererD3D
|
D | ShaderD3D.cpp | 298 const gl::Extensions &extensions = mRenderer->getNativeExtensions(); in compile()
|
D | DisplayD3D.cpp | 387 outCaps->textureNPOT = mRenderer->getNativeExtensions().textureNpotOES; in generateCaps()
|
D | RendererD3D.h | 422 const gl::Extensions &getNativeExtensions() const;
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | IndexBuffer9.cpp | 49 ASSERT(mRenderer->getNativeExtensions().elementIndexUintOES); in initialize()
|
D | Context9.cpp | 472 const gl::Extensions &Context9::getNativeExtensions() const in getNativeExtensions() function in rx::Context9 474 return mRenderer->getNativeExtensions(); in getNativeExtensions()
|
D | Context9.h | 237 const gl::Extensions &getNativeExtensions() const override;
|
D | Renderer9.cpp | 1032 if (getNativeExtensions().textureFilterAnisotropicEXT) in setSamplerState() 1552 if (getNativeExtensions().elementIndexUintOES) in drawLineLoop() 1764 else if (getNativeExtensions().elementIndexUintOES) in getCountingIB()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ShaderMtl.mm | 101 if (displayMtl->getNativeExtensions().shaderPixelLocalStorageANGLE)
|
D | DisplayMtl.h | 131 const gl::Extensions &getNativeExtensions() const;
|
D | ContextMtl.h | 214 const gl::Extensions &getNativeExtensions() const override;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.cpp | 518 outExtensions->createContextRobustness = getRenderer()->getNativeExtensions().robustnessAny(); in generateExtensions() 626 outCaps->stencil8 = getRenderer()->getNativeExtensions().textureStencil8OES; in generateCaps()
|
D | vk_renderer.h | 213 const gl::Extensions &getNativeExtensions() const;
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 231 virtual const gl::Extensions &getNativeExtensions() const = 0;
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 204 const gl::Extensions &getNativeExtensions() const override;
|
D | ContextNULL.cpp | 412 const gl::Extensions &ContextNULL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextNULL
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.h | 239 const gl::Extensions &getNativeExtensions() const override;
|
D | Context11.cpp | 938 const gl::Extensions &Context11::getNativeExtensions() const in getNativeExtensions() function in rx::Context11 940 return mRenderer->getNativeExtensions(); in getNativeExtensions()
|
/external/angle/src/libANGLE/renderer/wgpu/ |
D | ContextWgpu.h | 198 const gl::Extensions &getNativeExtensions() const override;
|