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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3205 typedef void (GLAPIENTRYP _glptr_RasterPos2f)(GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat)
3208 static inline _glptr_RasterPos2f GET_RasterPos2f(struct _glapi_table *disp) {
3209 return (_glptr_RasterPos2f) (GET_by_offset(disp, _gloffset_RasterPos2f));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3678 typedef void (GLAPIENTRYP _glptr_RasterPos2f)(GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat)
3681 static inline _glptr_RasterPos2f GET_RasterPos2f(struct _glapi_table *disp) {
3682 return (_glptr_RasterPos2f) (GET_by_offset(disp, _gloffset_RasterPos2f));
[all...]

Completed in 158 milliseconds