Searched refs:m_bound (Results 1 – 5 of 5) sorted by relevance
178 virtual void unBind (void) { m_bound = false; } in unBind()179 virtual bool isBound (void) const { return m_bound; } in isBound()203 bool m_bound; member in deqp::gls::ContextArray
909 bool isBound (void) const { return m_bound; } in isBound()920 bool m_bound; member in deqp::gls::__anon43398ad90111::AttributeArray940 , m_bound (false) in AttributeArray()999 m_bound = bound; in setupArray()
452 , m_bound (false) in ContextArray()535 m_bound = true; in bind()
570 bool m_bound; member in deqp::gles31::Functional::__anone4ed7a720111::TestFramebuffer581 , m_bound (false) in TestFramebuffer()635 if (!m_bound) in bind()638 m_bound = true; in bind()644 if (m_bound) in unbind()647 m_bound = false; in unbind()
358 size_type m_bound;364 : Base(arr + 1), m_bound(*arr * this->Base::totalSize())369 constexpr BoundsRanges() noexcept : m_bound(0) {}375 , m_bound(other.totalSize())390 Expects(index < m_bound);400 return cur < m_bound ? cur + last : -1;406 return m_bound;426 return m_bound == rhs.m_bound &&