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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5944 typedef void (GLAPIENTRYP _glptr_EnableClientState)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
5947 static inline _glptr_EnableClientState GET_EnableClientState(struct _glapi_table *disp) {
5948 return (_glptr_EnableClientState) (GET_by_offset(disp, _gloffset_EnableClientState));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6417 typedef void (GLAPIENTRYP _glptr_EnableClientState)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
6420 static inline _glptr_EnableClientState GET_EnableClientState(struct _glapi_table *disp) {
6421 return (_glptr_EnableClientState) (GET_by_offset(disp, _gloffset_EnableClientState));
[all...]

Completed in 418 milliseconds