Searched refs:_glptr_Uniform4f (Results 1 – 1 of 1) sorted by relevance
8267 typedef void (GLAPIENTRYP _glptr_Uniform4f)(GLint, GLfloat, GLfloat, GLfloat, GLfloat); typedef8270 static inline _glptr_Uniform4f GET_Uniform4f(struct _glapi_table *disp) { in GET_Uniform4f()8271 return (_glptr_Uniform4f) (GET_by_offset(disp, _gloffset_Uniform4f)); in GET_Uniform4f()