Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5453 typedef void (GLAPIENTRYP _glptr_PushMatrix)(void); typedef
5456 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()