Home | History | Annotate | Download | only in functional

Lines Matching defs:m_ptr

495 		, m_ptr		(DE_NULL)
497 m_ptr = gl.mapBufferRange(target, offset, size, access);
499 TCU_CHECK(m_ptr);
507 void* getPtr (void) const { return m_ptr; }
508 void* operator* (void) const { return m_ptr; }
516 void* m_ptr;