Searched refs:m_gl_MaxDrawBuffers (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 31 TSymbol *m_gl_MaxDrawBuffers = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21466 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxDrawBuffers), 21467 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxDrawBuffers), 25534 m_gl_MaxDrawBuffers = in initializeBuiltInVariables() 25541 static_cast<TVariable *>(m_gl_MaxDrawBuffers)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34224 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxDrawBuffers), 34225 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxDrawBuffers), 39485 m_gl_MaxDrawBuffers = in initializeBuiltInVariables() 39492 static_cast<TVariable *>(m_gl_MaxDrawBuffers)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|