Searched refs:glUniform1f_client_proc_t (Results 1 – 4 of 4) sorted by relevance
124 glUniform1f_client_proc_t glUniform1f;
178 glUniform1f_client_proc_t m_glUniform1f_enc;
124 glUniform1f = (glUniform1f_client_proc_t) getProc("glUniform1f", userData); in initDispatchByName()
123 typedef void (gl2_APIENTRY *glUniform1f_client_proc_t) (void * ctx, GLint, GLfloat); typedef