Home | History | Annotate | Download | only in qt

Lines Matching full:vertexattrib4fv

256     glVertexAttrib4fvType vertexAttrib4fv;
420 vertexAttrib4fv = GET_PROC_ADDRESS(glVertexAttrib4fv);
1430 void GraphicsContext3D::vertexAttrib4fv(GC3Duint index, GC3Dfloat* array)
1433 m_internal->vertexAttrib4fv(index, array);