Searched refs:m_gl_MaxCombinedShaderOutputResources (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 42 TSymbol *m_gl_MaxCombinedShaderOutputResources = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21488 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxCombinedShaderOutputResources), 21489 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxCombinedShaderOutputResources), 25633 m_gl_MaxCombinedShaderOutputResources = in initializeBuiltInVariables() 25641 static_cast<TVariable *>(m_gl_MaxCombinedShaderOutputResources) in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34246 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxCombinedShaderOutputResources), 34247 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxCombinedShaderOutputResources), 39584 m_gl_MaxCombinedShaderOutputResources = in initializeBuiltInVariables() 39592 static_cast<TVariable *>(m_gl_MaxCombinedShaderOutputResources) in initializeBuiltInVariables()
|