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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h14403 typedef void (GLAPIENTRYP _glptr_DrawTexivOES)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
14406 static inline _glptr_DrawTexivOES GET_DrawTexivOES(struct _glapi_table *disp) {
14407 return (_glptr_DrawTexivOES) (GET_by_offset(disp, _gloffset_DrawTexivOES));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14876 typedef void (GLAPIENTRYP _glptr_DrawTexivOES)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
14879 static inline _glptr_DrawTexivOES GET_DrawTexivOES(struct _glapi_table *disp) {
14880 return (_glptr_DrawTexivOES) (GET_by_offset(disp, _gloffset_DrawTexivOES));
[all...]

Completed in 190 milliseconds