Searched refs:m_gl_MaxAtomicCounterBufferSize (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 56 TSymbol *m_gl_MaxAtomicCounterBufferSize = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21516 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxAtomicCounterBufferSize), 21517 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxAtomicCounterBufferSize), 25773 m_gl_MaxAtomicCounterBufferSize = new TVariable( in initializeBuiltInVariables() 25780 static_cast<TVariable *>(m_gl_MaxAtomicCounterBufferSize)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34274 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxAtomicCounterBufferSize), 34275 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxAtomicCounterBufferSize), 39724 m_gl_MaxAtomicCounterBufferSize = new TVariable( in initializeBuiltInVariables() 39731 static_cast<TVariable *>(m_gl_MaxAtomicCounterBufferSize)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|