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