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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h6186 typedef void (GLAPIENTRYP _glptr_PushClientAttrib)(GLbitfield); typedef in typeref:typename:void (GLAPIENTRYP)(GLbitfield)
6189 static inline _glptr_PushClientAttrib GET_PushClientAttrib(struct _glapi_table *disp) {
6190 return (_glptr_PushClientAttrib) (GET_by_offset(disp, _gloffset_PushClientAttrib));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6659 typedef void (GLAPIENTRYP _glptr_PushClientAttrib)(GLbitfield); typedef in typeref:typename:void (GLAPIENTRYP)(GLbitfield)
6662 static inline _glptr_PushClientAttrib GET_PushClientAttrib(struct _glapi_table *disp) {
6663 return (_glptr_PushClientAttrib) (GET_by_offset(disp, _gloffset_PushClientAttrib));
[all...]

Completed in 157 milliseconds