Searched refs:_glptr_LineWidth (Results 1 – 1 of 1) sorted by relevance
4023 typedef void (GLAPIENTRYP _glptr_LineWidth)(GLfloat); typedef4026 static inline _glptr_LineWidth GET_LineWidth(struct _glapi_table *disp) { in GET_LineWidth()4027 return (_glptr_LineWidth) (GET_by_offset(disp, _gloffset_LineWidth)); in GET_LineWidth()