Searched refs:m_gl_MaxTextureImageUnits (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 28 TSymbol *m_gl_MaxTextureImageUnits = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21460 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxTextureImageUnits), 21461 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxTextureImageUnits), 25507 m_gl_MaxTextureImageUnits = in initializeBuiltInVariables() 25514 static_cast<TVariable *>(m_gl_MaxTextureImageUnits)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34218 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxTextureImageUnits), 34219 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxTextureImageUnits), 39458 m_gl_MaxTextureImageUnits = in initializeBuiltInVariables() 39465 static_cast<TVariable *>(m_gl_MaxTextureImageUnits)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|