Searched refs:_glptr_Uniform3f (Results 1 – 1 of 1) sorted by relevance
8223 typedef void (GLAPIENTRYP _glptr_Uniform3f)(GLint, GLfloat, GLfloat, GLfloat); typedef8226 static inline _glptr_Uniform3f GET_Uniform3f(struct _glapi_table *disp) { in GET_Uniform3f()8227 return (_glptr_Uniform3f) (GET_by_offset(disp, _gloffset_Uniform3f)); in GET_Uniform3f()