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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4712 typedef void (GLAPIENTRYP _glptr_PushName)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
4715 static inline _glptr_PushName GET_PushName(struct _glapi_table *disp) {
4716 return (_glptr_PushName) (GET_by_offset(disp, _gloffset_PushName));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5185 typedef void (GLAPIENTRYP _glptr_PushName)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
5188 static inline _glptr_PushName GET_PushName(struct _glapi_table *disp) {
5189 return (_glptr_PushName) (GET_by_offset(disp, _gloffset_PushName));
[all...]

Completed in 235 milliseconds