Home | History | Annotate | Download | only in functional

Lines Matching full:vertexattribpointer

330 	gl.vertexAttribPointer(m_attrPositionLoc, 4, GL_FLOAT, false, 0, DE_NULL);
331 GLU_EXPECT_NO_ERROR(gl.getError(), "vtx vertexAttribPointer");
338 gl.vertexAttribPointer(m_attrColorLoc, 4, GL_FLOAT, false, 0, DE_NULL);
339 GLU_EXPECT_NO_ERROR(gl.getError(), "col vertexAttribPointer");