Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h5704 typedef void (GLAPIENTRYP _glptr_MatrixMode)(GLenum); typedef
5707 static inline _glptr_MatrixMode GET_MatrixMode(struct _glapi_table *disp) { in GET_MatrixMode()
5708 return (_glptr_MatrixMode) (GET_by_offset(disp, _gloffset_MatrixMode)); in GET_MatrixMode()