Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp100 : m_scopeIndices (1, 0) in NameGenerator()
110 if (m_scopeIndices.size() < (size_t)m_currentScopeDepth) in beginScope()
111 m_scopeIndices.push_back(0); in beginScope()
113 m_scopeIndices[m_currentScopeDepth-1]++; in beginScope()
131 const int scopeIndex = m_scopeIndices[m_currentScopeDepth-1]; in makePrefix()
155 std::vector<int> m_scopeIndices; member in deqp::gles3::Stress::__anon1bbf273b0111::NameGenerator