Searched refs:m_gl_MaxVertexAttribs (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 24 TSymbol *m_gl_MaxVertexAttribs = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21452 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxVertexAttribs), 21453 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxVertexAttribs), 25471 m_gl_MaxVertexAttribs = in initializeBuiltInVariables() 25478 static_cast<TVariable *>(m_gl_MaxVertexAttribs)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34210 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxVertexAttribs), 34211 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxVertexAttribs), 39422 m_gl_MaxVertexAttribs = in initializeBuiltInVariables() 39429 static_cast<TVariable *>(m_gl_MaxVertexAttribs)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|