Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DContextEGL.cpp35 getStateManager()->syncFromNativeContext(getNativeExtensions(), mExtState.get()); in onMakeCurrent()
51 getStateManager()->restoreNativeContext(getNativeExtensions(), mExtState.get()); in onUnMakeCurrent()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp207 outExtensions->createContextRobustness = getRenderer()->getNativeExtensions().robustnessEXT; in generateExtensions()
279 outCaps->stencil8 = getRenderer()->getNativeExtensions().textureStencil8OES; in generateCaps()
DRendererVk.h207 const gl::Extensions &getNativeExtensions() const;
DContextVk.h298 const gl::Extensions &getNativeExtensions() const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp55 return new ShaderD3D(data, mRenderer->getFeatures(), mRenderer->getNativeExtensions()); in createShader()
459 const gl::Extensions &Context9::getNativeExtensions() const in getNativeExtensions() function in rx::Context9
461 return mRenderer->getNativeExtensions(); in getNativeExtensions()
DIndexBuffer9.cpp49 ASSERT(mRenderer->getNativeExtensions().elementIndexUintOES); in initialize()
DContext9.h232 const gl::Extensions &getNativeExtensions() const override;
DRenderer9.cpp1022 if (getNativeExtensions().textureFilterAnisotropicEXT) in setSamplerState()
1503 if (getNativeExtensions().elementIndexUintOES) in drawLineLoop()
1715 else if (getNativeExtensions().elementIndexUintOES) in getCountingIB()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp160 new StateManagerGL(mFunctions.get(), getNativeCaps(), getNativeExtensions(), mFeatures); in RendererGL()
315 const gl::Extensions &RendererGL::getNativeExtensions() const in getNativeExtensions() function in rx::RendererGL
DRendererGL.h113 const gl::Extensions &getNativeExtensions() const;
DContextGL.h255 const gl::Extensions &getNativeExtensions() const override;
DContextGL.cpp925 const gl::Extensions &ContextGL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextGL
927 return mRenderer->getNativeExtensions(); in getNativeExtensions()
DFramebufferGL.cpp718 packState.rowLength && !GetImplAs<ContextGL>(context)->getNativeExtensions().packSubimageNV; in readPixels()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.cpp143 const gl::Extensions &RendererD3D::getNativeExtensions() const in getNativeExtensions() function in rx::RendererD3D
DDisplayD3D.cpp388 outCaps->textureNPOT = mRenderer->getNativeExtensions().textureNpotOES; in generateCaps()
DRendererD3D.h402 const gl::Extensions &getNativeExtensions() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.h119 const gl::Extensions &getNativeExtensions() const;
DContextMtl.h203 const gl::Extensions &getNativeExtensions() const override;
DContextMtl.mm1173 const gl::Extensions &ContextMtl::getNativeExtensions() const
1175 return getDisplay()->getNativeExtensions();
DDisplayMtl.mm649 const gl::Extensions &DisplayMtl::getNativeExtensions() const
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp147 return new ShaderD3D(data, mRenderer->getFeatures(), mRenderer->getNativeExtensions()); in createShader()
852 const gl::Extensions &Context11::getNativeExtensions() const in getNativeExtensions() function in rx::Context11
854 return mRenderer->getNativeExtensions(); in getNativeExtensions()
DContext11.h233 const gl::Extensions &getNativeExtensions() const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h214 virtual const gl::Extensions &getNativeExtensions() const = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.h202 const gl::Extensions &getNativeExtensions() const override;
DContextNULL.cpp398 const gl::Extensions &ContextNULL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextNULL

12