Home | History | Annotate | Download | only in functional

Lines Matching full:m_target

182 		, m_target		(target)
200 glBindBuffer(m_target, buf);
201 glBufferData(m_target, m_size, refBuf.getPtr(), m_usage);
215 deUint32 m_target;
275 , m_target (target)
295 glBindBuffer(m_target, buf);
299 glBufferData(m_target, m_size, refBuf.getPtr(), m_usage);
304 glBufferSubData(m_target, m_subDataOffs, m_subDataSize, refBuf.getPtr()+m_subDataOffs);
316 deUint32 m_target;
329 , m_target (target)
348 glBindBuffer(m_target, buf);
351 glBufferData(m_target, m_size, DE_NULL, m_usage);
358 glBufferSubData(m_target, range->x(), range->y(), refBuf.getPtr()+range->x());
379 deUint32 m_target;