Searched refs:m_gl_MaxVertexAtomicCounters (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 49 TSymbol *m_gl_MaxVertexAtomicCounters = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21502 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxVertexAtomicCounters), 21503 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxVertexAtomicCounters), 25706 m_gl_MaxVertexAtomicCounters = new TVariable( in initializeBuiltInVariables() 25713 static_cast<TVariable *>(m_gl_MaxVertexAtomicCounters)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34260 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxVertexAtomicCounters), 34261 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxVertexAtomicCounters), 39657 m_gl_MaxVertexAtomicCounters = new TVariable( in initializeBuiltInVariables() 39664 static_cast<TVariable *>(m_gl_MaxVertexAtomicCounters)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|