Home | History | Annotate | Download | only in functional

Lines Matching defs:m_ptr

56 		, m_ptr		(DE_NULL)
58 m_ptr = gl.mapBufferRange(target, offset, size, access);
60 TCU_CHECK(m_ptr);
68 void* getPtr (void) const { return m_ptr; }
69 void* operator* (void) const { return m_ptr; }
77 void* m_ptr;