Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glVertexAttrib4f

147 	void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1062 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
1065 ctx->glVertexAttrib4f(ctx, indx, x, y, z, w);