Searched refs:_glptr_MatrixMode (Results 1 – 1 of 1) sorted by relevance
5704 typedef void (GLAPIENTRYP _glptr_MatrixMode)(GLenum); typedef5707 static inline _glptr_MatrixMode GET_MatrixMode(struct _glapi_table *disp) { in GET_MatrixMode()5708 return (_glptr_MatrixMode) (GET_by_offset(disp, _gloffset_MatrixMode)); in GET_MatrixMode()