Searched refs:_glptr_LoadIdentity (Results 1 – 1 of 1) sorted by relevance
5365 typedef void (GLAPIENTRYP _glptr_LoadIdentity)(void); typedef5368 static inline _glptr_LoadIdentity GET_LoadIdentity(struct _glapi_table *disp) { in GET_LoadIdentity()5369 return (_glptr_LoadIdentity) (GET_by_offset(disp, _gloffset_LoadIdentity)); in GET_LoadIdentity()