Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/gl/egl/
DContextEGL.cpp35 getStateManager()->syncFromNativeContext(getNativeExtensions(), mExtState.get()); in acquireExternalContext()
51 getStateManager()->restoreNativeContext(getNativeExtensions(), mExtState.get()); in releaseExternalContext()
/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp167 new StateManagerGL(mFunctions.get(), getNativeCaps(), getNativeExtensions(), mFeatures); in RendererGL()
317 const gl::Extensions &RendererGL::getNativeExtensions() const in getNativeExtensions() function in rx::RendererGL
DRendererGL.h88 const gl::Extensions &getNativeExtensions() const;
DShaderGL.cpp285 if (contextGL->getNativeExtensions().shaderPixelLocalStorageANGLE) in compile()
DContextGL.h259 const gl::Extensions &getNativeExtensions() const override;
DContextGL.cpp940 const gl::Extensions &ContextGL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextGL
942 return mRenderer->getNativeExtensions(); in getNativeExtensions()
/external/angle/src/libANGLE/renderer/d3d/
DRendererD3D.cpp128 const gl::Extensions &RendererD3D::getNativeExtensions() const in getNativeExtensions() function in rx::RendererD3D
DShaderD3D.cpp298 const gl::Extensions &extensions = mRenderer->getNativeExtensions(); in compile()
DDisplayD3D.cpp387 outCaps->textureNPOT = mRenderer->getNativeExtensions().textureNpotOES; in generateCaps()
DRendererD3D.h422 const gl::Extensions &getNativeExtensions() const;
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.cpp49 ASSERT(mRenderer->getNativeExtensions().elementIndexUintOES); in initialize()
DContext9.cpp472 const gl::Extensions &Context9::getNativeExtensions() const in getNativeExtensions() function in rx::Context9
474 return mRenderer->getNativeExtensions(); in getNativeExtensions()
DContext9.h237 const gl::Extensions &getNativeExtensions() const override;
DRenderer9.cpp1032 if (getNativeExtensions().textureFilterAnisotropicEXT) in setSamplerState()
1552 if (getNativeExtensions().elementIndexUintOES) in drawLineLoop()
1764 else if (getNativeExtensions().elementIndexUintOES) in getCountingIB()
/external/angle/src/libANGLE/renderer/metal/
DShaderMtl.mm101 if (displayMtl->getNativeExtensions().shaderPixelLocalStorageANGLE)
DDisplayMtl.h131 const gl::Extensions &getNativeExtensions() const;
DContextMtl.h214 const gl::Extensions &getNativeExtensions() const override;
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp518 outExtensions->createContextRobustness = getRenderer()->getNativeExtensions().robustnessAny(); in generateExtensions()
626 outCaps->stencil8 = getRenderer()->getNativeExtensions().textureStencil8OES; in generateCaps()
Dvk_renderer.h213 const gl::Extensions &getNativeExtensions() const;
/external/angle/src/libANGLE/renderer/
DContextImpl.h231 virtual const gl::Extensions &getNativeExtensions() const = 0;
/external/angle/src/libANGLE/renderer/null/
DContextNULL.h204 const gl::Extensions &getNativeExtensions() const override;
DContextNULL.cpp412 const gl::Extensions &ContextNULL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextNULL
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.h239 const gl::Extensions &getNativeExtensions() const override;
DContext11.cpp938 const gl::Extensions &Context11::getNativeExtensions() const in getNativeExtensions() function in rx::Context11
940 return mRenderer->getNativeExtensions(); in getNativeExtensions()
/external/angle/src/libANGLE/renderer/wgpu/
DContextWgpu.h198 const gl::Extensions &getNativeExtensions() const override;

12