Searched refs:_glptr_Bitmap (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 2589 typedef void (GLAPIENTRYP _glptr_Bitmap)(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLsizei,GLfloat,GLfloat,GLfloat,GLfloat,const GLubyte *) 2592 static inline _glptr_Bitmap GET_Bitmap(struct _glapi_table *disp) { 2593 return (_glptr_Bitmap) (GET_by_offset(disp, _gloffset_Bitmap)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3062 typedef void (GLAPIENTRYP _glptr_Bitmap)(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLsizei,GLfloat,GLfloat,GLfloat,GLfloat,const GLubyte *) 3065 static inline _glptr_Bitmap GET_Bitmap(struct _glapi_table *disp) { 3066 return (_glptr_Bitmap) (GET_by_offset(disp, _gloffset_Bitmap)); [all...] |
Completed in 313 milliseconds