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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3029 typedef void (GLAPIENTRYP _glptr_Indexi)(GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLint)
3032 static inline _glptr_Indexi GET_Indexi(struct _glapi_table *disp) {
3033 return (_glptr_Indexi) (GET_by_offset(disp, _gloffset_Indexi));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3502 typedef void (GLAPIENTRYP _glptr_Indexi)(GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLint)
3505 static inline _glptr_Indexi GET_Indexi(struct _glapi_table *disp) {
3506 return (_glptr_Indexi) (GET_by_offset(disp, _gloffset_Indexi));
[all...]

Completed in 145 milliseconds