Searched refs:glUniform1f (Results 1 – 6 of 6) sorted by relevance
122 {"glUniform1f", (void*)glUniform1f},
124 glUniform1f_client_proc_t glUniform1f; member
124 glUniform1f = (glUniform1f_client_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
120 void glUniform1f(GLint location, GLfloat x);900 void glUniform1f(GLint location, GLfloat x) in glUniform1f() function903 ctx->glUniform1f(ctx, location, x); in glUniform1f()
101 OVERRIDE(glUniform1f); in GL2Encoder()
5093 this->glUniform1f = &glUniform1f_enc; in gl2_encoder_context_t()