Home
last modified time | relevance | path

Searched refs:m_currentScopeDepth (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp101 , m_currentScopeDepth (1) in NameGenerator()
108 m_currentScopeDepth++; in beginScope()
110 if (m_scopeIndices.size() < (size_t)m_currentScopeDepth) in beginScope()
113 m_scopeIndices[m_currentScopeDepth-1]++; in beginScope()
120 DE_ASSERT(m_currentScopeDepth > 1); in endScope()
122 m_currentScopeDepth--; in endScope()
129 for (int ndx = 0; ndx < m_currentScopeDepth; ndx++) in makePrefix()
131 const int scopeIndex = m_scopeIndices[m_currentScopeDepth-1]; in makePrefix()
156 int m_currentScopeDepth; member in deqp::gles3::Stress::__anonee5afbfa0111::NameGenerator