Searched refs:m_gl_MinProgramTexelOffset (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 35 TSymbol *m_gl_MinProgramTexelOffset = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21474 Rule::Get<Spec::ESSL, 300, Shader::ALL, 0>(&TableBase::m_gl_MinProgramTexelOffset), 21475 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MinProgramTexelOffset), 25570 m_gl_MinProgramTexelOffset = in initializeBuiltInVariables() 25577 static_cast<TVariable *>(m_gl_MinProgramTexelOffset)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34232 Rule::Get<Spec::ESSL, 300, Shader::ALL, 0>(&TableBase::m_gl_MinProgramTexelOffset), 34233 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MinProgramTexelOffset), 39521 m_gl_MinProgramTexelOffset = in initializeBuiltInVariables() 39528 static_cast<TVariable *>(m_gl_MinProgramTexelOffset)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|