Home | History | Annotate | Download | only in opengl

Lines Matching refs:glVertexAttrib4iv

4467 void CallLogWrapper::glVertexAttrib4iv (glw::GLuint index, const glw::GLint *v)
4470 m_log << TestLog::Message << "glVertexAttrib4iv(" << index << ", " << getPointerStr(v, 4) << ");" << TestLog::EndMessage;