| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
| D | ContextEGL.cpp | 35 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/ |
| D | DisplayVk.cpp | 207 outExtensions->createContextRobustness = getRenderer()->getNativeExtensions().robustnessEXT; in generateExtensions() 279 outCaps->stencil8 = getRenderer()->getNativeExtensions().textureStencil8OES; in generateCaps()
|
| D | RendererVk.h | 207 const gl::Extensions &getNativeExtensions() const;
|
| D | ContextVk.h | 298 const gl::Extensions &getNativeExtensions() const override;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Context9.cpp | 55 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()
|
| D | IndexBuffer9.cpp | 49 ASSERT(mRenderer->getNativeExtensions().elementIndexUintOES); in initialize()
|
| D | Context9.h | 232 const gl::Extensions &getNativeExtensions() const override;
|
| D | Renderer9.cpp | 1022 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/ |
| D | RendererGL.cpp | 160 new StateManagerGL(mFunctions.get(), getNativeCaps(), getNativeExtensions(), mFeatures); in RendererGL() 315 const gl::Extensions &RendererGL::getNativeExtensions() const in getNativeExtensions() function in rx::RendererGL
|
| D | RendererGL.h | 113 const gl::Extensions &getNativeExtensions() const;
|
| D | ContextGL.h | 255 const gl::Extensions &getNativeExtensions() const override;
|
| D | ContextGL.cpp | 925 const gl::Extensions &ContextGL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextGL 927 return mRenderer->getNativeExtensions(); in getNativeExtensions()
|
| D | FramebufferGL.cpp | 718 packState.rowLength && !GetImplAs<ContextGL>(context)->getNativeExtensions().packSubimageNV; in readPixels()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | RendererD3D.cpp | 143 const gl::Extensions &RendererD3D::getNativeExtensions() const in getNativeExtensions() function in rx::RendererD3D
|
| D | DisplayD3D.cpp | 388 outCaps->textureNPOT = mRenderer->getNativeExtensions().textureNpotOES; in generateCaps()
|
| D | RendererD3D.h | 402 const gl::Extensions &getNativeExtensions() const;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | DisplayMtl.h | 119 const gl::Extensions &getNativeExtensions() const;
|
| D | ContextMtl.h | 203 const gl::Extensions &getNativeExtensions() const override;
|
| D | ContextMtl.mm | 1173 const gl::Extensions &ContextMtl::getNativeExtensions() const 1175 return getDisplay()->getNativeExtensions();
|
| D | DisplayMtl.mm | 649 const gl::Extensions &DisplayMtl::getNativeExtensions() const
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.cpp | 147 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()
|
| D | Context11.h | 233 const gl::Extensions &getNativeExtensions() const override;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | ContextImpl.h | 214 virtual const gl::Extensions &getNativeExtensions() const = 0;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | ContextNULL.h | 202 const gl::Extensions &getNativeExtensions() const override;
|
| D | ContextNULL.cpp | 398 const gl::Extensions &ContextNULL::getNativeExtensions() const in getNativeExtensions() function in rx::ContextNULL
|