Searched refs:_glptr_DisableClientState (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5900 typedef void (GLAPIENTRYP _glptr_DisableClientState)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
5903 static inline _glptr_DisableClientState GET_DisableClientState(struct _glapi_table *disp) {
5904 return (_glptr_DisableClientState) (GET_by_offset(disp, _gloffset_DisableClientState));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6373 typedef void (GLAPIENTRYP _glptr_DisableClientState)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
6376 static inline _glptr_DisableClientState GET_DisableClientState(struct _glapi_table *disp) {
6377 return (_glptr_DisableClientState) (GET_by_offset(disp, _gloffset_DisableClientState));
[all...]

Completed in 117 milliseconds