Searched refs:_glptr_PointSize (Results 1 – 1 of 1) sorted by relevance
4384 typedef void (GLAPIENTRYP _glptr_PointSize)(GLfloat); typedef4387 static inline _glptr_PointSize GET_PointSize(struct _glapi_table *disp) { in GET_PointSize()4388 return (_glptr_PointSize) (GET_by_offset(disp, _gloffset_PointSize)); in GET_PointSize()