Searched refs:glNormal3f_client_proc_t (Results 1 – 3 of 3) sorted by relevance
38 glNormal3f_client_proc_t glNormal3f;
38 glNormal3f = (glNormal3f_client_proc_t) getProc("glNormal3f", userData); in initDispatchByName()
37 typedef void (gl_APIENTRY *glNormal3f_client_proc_t) (void * ctx, GLfloat, GLfloat, GLfloat); typedef