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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2578 typedef void (GLAPIENTRYP _glptr_Begin)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
2581 static inline _glptr_Begin GET_Begin(struct _glapi_table *disp) {
2582 return (_glptr_Begin) (GET_by_offset(disp, _gloffset_Begin));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3051 typedef void (GLAPIENTRYP _glptr_Begin)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
3054 static inline _glptr_Begin GET_Begin(struct _glapi_table *disp) {
3055 return (_glptr_Begin) (GET_by_offset(disp, _gloffset_Begin));
[all...]

Completed in 390 milliseconds