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