Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFormatUtil.hpp91 , m_begin (begin) in Bitfield()
99 for (const BitDesc* curDesc = m_begin; curDesc != m_end; curDesc++) in toStream()
122 const BitDesc* m_begin; member in tcu::Format::Bitfield
/external/deqp/modules/glshared/
DglsFboUtil.hpp55 const T* m_begin; member
58 const T* begin (void) const { return m_begin; } in begin()