Searched refs:_glptr_Uniform1fvARB (Results 1 – 1 of 1) sorted by relevance
8192 typedef void (GLAPIENTRYP _glptr_Uniform1fvARB)(GLint, GLsizei, const GLfloat *); typedef8195 static inline _glptr_Uniform1fvARB GET_Uniform1fvARB(struct _glapi_table *disp) { in GET_Uniform1fvARB()8196 return (_glptr_Uniform1fvARB) (GET_by_offset(disp, _gloffset_Uniform1fvARB)); in GET_Uniform1fvARB()