Searched refs:_glptr_Color4us (Results 1 – 1 of 1) sorted by relevance
2604 typedef void (GLAPIENTRYP _glptr_Color4us)(GLushort, GLushort, GLushort, GLushort); typedef2607 static inline _glptr_Color4us GET_Color4us(struct _glapi_table *disp) { in GET_Color4us()2608 return (_glptr_Color4us) (GET_by_offset(disp, _gloffset_Color4us)); in GET_Color4us()