Home
last modified time | relevance | path

Searched refs:_glptr_PushMatrix (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h5759 typedef void (GLAPIENTRYP _glptr_PushMatrix)(void); typedef
5762 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()