Searched refs:_glptr_PushMatrix (Results 1 – 1 of 1) sorted by relevance
5759 typedef void (GLAPIENTRYP _glptr_PushMatrix)(void); typedef5762 static inline _glptr_PushMatrix GET_PushMatrix(struct _glapi_table *disp) { in GET_PushMatrix()5763 return (_glptr_PushMatrix) (GET_by_offset(disp, _gloffset_PushMatrix)); in GET_PushMatrix()