Home | History | Annotate | Download | only in GLES_V2

Lines Matching defs:glUniform2f

1835 GL_APICALL void  GL_APIENTRY glUniform2f(GLint location, GLfloat x, GLfloat y){
1837 ctx->dispatcher().glUniform2f(location,x,y);