Searched refs:m_gl_MaxVaryingVectors (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 30 TSymbol *m_gl_MaxVaryingVectors = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21464 Rule::Get<Spec::ESSL, 100, Shader::ALL, 0>(&TableBase::m_gl_MaxVaryingVectors), 21465 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxVaryingVectors), 25525 m_gl_MaxVaryingVectors = in initializeBuiltInVariables() 25532 static_cast<TVariable *>(m_gl_MaxVaryingVectors)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34222 Rule::Get<Spec::ESSL, 100, Shader::ALL, 0>(&TableBase::m_gl_MaxVaryingVectors), 34223 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxVaryingVectors), 39476 m_gl_MaxVaryingVectors = in initializeBuiltInVariables() 39483 static_cast<TVariable *>(m_gl_MaxVaryingVectors)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|