Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.cpp60 , m_openSections (0) in NegativeTestContext()
67 while (m_openSections--) in ~NegativeTestContext()
88 m_openSections++; in beginSection()
96 DE_ASSERT (m_openSections > 0); in endSection()
98 m_openSections--; in endSection()
Des31fNegativeTestShared.hpp81 int m_openSections; member in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext