Searched refs:glGetUniformfv_client_proc_t (Results 1 – 4 of 4) sorted by relevance
85 glGetUniformfv_client_proc_t glGetUniformfv;
133 glGetUniformfv_client_proc_t m_glGetUniformfv_enc;
87 glGetUniformfv = (glGetUniformfv_client_proc_t) getProc("glGetUniformfv", userData); in initDispatchByName()
86 typedef void (gl2_APIENTRY *glGetUniformfv_client_proc_t) (void * ctx, GLuint, GLint, GLfloat*); typedef