Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.cpp61 , m_openSections (0) in NegativeTestContext()
68 while (m_openSections--) in ~NegativeTestContext()
89 m_openSections++; in beginSection()
97 DE_ASSERT (m_openSections > 0); in endSection()
99 m_openSections--; in endSection()
Des31fNegativeTestShared.hpp84 int m_openSections; member in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext