Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5398 typedef void (GLAPIENTRYP _glptr_MatrixMode)(GLenum); typedef
5401 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()