Home | History | Annotate | Download | only in glshared

Lines Matching full:m_target

903 	DrawTestSpec::Target		getTarget			(void) const { return m_target; }
921 DrawTestSpec::Target m_target;
941 , m_target (DrawTestSpec::TARGET_ARRAY)
974 m_target = target;
998 m_target = target;
1072 m_ctx.bindBuffer(targetToGL(m_target), m_glBuffer);
1079 m_ctx.bindBuffer(targetToGL(m_target), 0);