Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glProgramUniform4fv

375 	void glProgramUniform4fv(GLuint program, GLint location, GLsizei count, const GLfloat* value);
2664 void glProgramUniform4fv(GLuint program, GLint location, GLsizei count, const GLfloat* value)
2667 ctx->glProgramUniform4fv(ctx, program, location, count, value);