Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glGetUniformfv

83 	void glGetUniformfv(GLuint program, GLint location, GLfloat* params);
678 void glGetUniformfv(GLuint program, GLint location, GLfloat* params)
681 ctx->glGetUniformfv(ctx, program, location, params);