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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h10993 typedef void (GLAPIENTRYP _glptr_DrawArraysIndirect)(GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLvoid *)
10996 static inline _glptr_DrawArraysIndirect GET_DrawArraysIndirect(struct _glapi_table *disp) {
10997 return (_glptr_DrawArraysIndirect) (GET_by_offset(disp, _gloffset_DrawArraysIndirect));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h11466 typedef void (GLAPIENTRYP _glptr_DrawArraysIndirect)(GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLvoid *)
11469 static inline _glptr_DrawArraysIndirect GET_DrawArraysIndirect(struct _glapi_table *disp) {
11470 return (_glptr_DrawArraysIndirect) (GET_by_offset(disp, _gloffset_DrawArraysIndirect));
[all...]

Completed in 104 milliseconds