/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 160 new StateManagerGL(mFunctions.get(), getNativeCaps(), getNativeExtensions(), mFeatures); in RendererGL() 266 getNativeCaps(); in getMaxSupportedESVersion() 303 const gl::Caps &RendererGL::getNativeCaps() const in getNativeCaps() function in rx::RendererGL
|
D | RendererGL.h | 111 const gl::Caps &getNativeCaps() const;
|
D | ContextGL.h | 241 gl::Caps getNativeCaps() const override;
|
D | ContextGL.cpp | 889 gl::Caps ContextGL::getNativeCaps() const in getNativeCaps() function in rx::ContextGL 891 return mRenderer->getNativeCaps(); in getNativeCaps()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | ContextEGL.cpp | 31 const auto &caps = getNativeCaps(); in onMakeCurrent()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | RendererD3D.cpp | 131 const gl::Caps &RendererD3D::getNativeCaps() const in getNativeCaps() function in rx::RendererD3D
|
D | RendererD3D.h | 400 const gl::Caps &getNativeCaps() const;
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 427 gl::Caps Context9::getNativeCaps() const in getNativeCaps() function in rx::Context9 429 return mRenderer->getNativeCaps(); in getNativeCaps()
|
D | Context9.h | 218 gl::Caps getNativeCaps() const override;
|
D | Renderer9.cpp | 393 const gl::Caps &rendererCaps = getNativeCaps(); in initializeDevice() 412 mTranslatedAttribCache.resize(getNativeCaps().maxVertexAttributes); in initializeDevice() 459 const gl::Caps &rendererCaps = getNativeCaps(); in generateConfigs()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 117 gl::Caps getNativeCaps() const;
|
D | ContextMtl.h | 196 gl::Caps getNativeCaps() const override;
|
D | ContextMtl.mm | 1104 gl::Caps ContextMtl::getNativeCaps() const 1106 return getDisplay()->getNativeCaps();
|
D | DisplayMtl.mm | 582 gl::Caps DisplayMtl::getNativeCaps() const
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 1586 unsigned int limit = std::min<unsigned int>(mRenderer->getNativeCaps().maxVertexAttributes, in invalidateVertexBuffer() 1902 const gl::Caps &caps = renderer->getNativeCaps(); in ensureInitialized() 1932 gl::BlendStateExt(GetImplAs<Context11>(context)->getNativeCaps().maxDrawBuffers); in ensureInitialized() 2632 ASSERT(index < mRenderer->getNativeCaps().maxShaderTextureImageUnits[type]); in setSamplerState() 2707 index < mRenderer->getNativeCaps().maxShaderTextureImageUnits[gl::ShaderType::Fragment]) || in setTextureForSampler() 2709 index < mRenderer->getNativeCaps().maxShaderTextureImageUnits[gl::ShaderType::Vertex]) || in setTextureForSampler() 2711 index < mRenderer->getNativeCaps().maxShaderTextureImageUnits[gl::ShaderType::Compute])); in setTextureForSampler() 2722 ASSERT(index < mRenderer->getNativeCaps().maxShaderImageUniforms[type]); in setImageState() 2873 ASSERT((index < mRenderer->getNativeCaps().maxImageUnits)); in setTextureForImage() 2883 ASSERT((index < mRenderer->getNativeCaps().maxImageUnits)); in setTextureForImage()
|
D | Clear11.cpp | 290 mBlendStateKey.blendStateExt = gl::BlendStateExt(mRenderer->getNativeCaps().maxDrawBuffers); in ensureResourcesInitialized() 636 ASSERT(numRtvs <= static_cast<uint32_t>(mRenderer->getNativeCaps().maxDrawBuffers)); in clearFramebuffer()
|
D | Context11.h | 219 gl::Caps getNativeCaps() const override;
|
D | Buffer11.cpp | 426 size <= static_cast<UINT>(mRenderer->getNativeCaps().maxUniformBlockSize) && in setSubData() 656 mSize <= static_cast<size_t>(mRenderer->getNativeCaps().maxUniformBlockSize)); in canDeallocateSystemMemory() 730 size < static_cast<GLsizeiptr>(mRenderer->getNativeCaps().maxUniformBlockSize)) || in getConstantBufferRange() 1337 static_cast<UINT>(renderer->getNativeCaps().maxUniformBlockSize)); in FillBufferDesc()
|
D | Context11.cpp | 791 gl::Caps Context11::getNativeCaps() const in getNativeCaps() function in rx::Context11 793 gl::Caps caps = mRenderer->getNativeCaps(); in getNativeCaps()
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 200 virtual gl::Caps getNativeCaps() const = 0;
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 188 gl::Caps getNativeCaps() const override;
|
D | ContextNULL.cpp | 367 gl::Caps ContextNULL::getNativeCaps() const in getNativeCaps() function in rx::ContextNULL
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RendererVk.h | 170 const gl::Caps &getNativeCaps() const;
|
D | RendererVk.cpp | 2168 if (static_cast<GLuint>(getNativeCaps().maxShaderUniformBlocks[shaderType]) < in getMaxSupportedESVersion() 2179 if (static_cast<GLuint>(getNativeCaps().maxVertexOutputComponents) < in getMaxSupportedESVersion() 2608 const gl::Caps &RendererVk::getNativeCaps() const in getNativeCaps() function in rx::RendererVk
|
D | ContextVk.h | 264 gl::Caps getNativeCaps() const override;
|