Searched refs:_glptr_RasterPos4f (Results 1 – 1 of 1) sorted by relevance
3199 typedef void (GLAPIENTRYP _glptr_RasterPos4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef3202 static inline _glptr_RasterPos4f GET_RasterPos4f(struct _glapi_table *disp) { in GET_RasterPos4f()3203 return (_glptr_RasterPos4f) (GET_by_offset(disp, _gloffset_RasterPos4f)); in GET_RasterPos4f()