Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glVertexAttrib1fv

141 	void glVertexAttrib1fv(GLuint indx, const GLfloat* values);
1240 void glVertexAttrib1fv(GLuint indx, const GLfloat* values)
1243 ctx->glVertexAttrib1fv(ctx, indx, values);