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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3216 typedef void (GLAPIENTRYP _glptr_RasterPos2fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3219 static inline _glptr_RasterPos2fv GET_RasterPos2fv(struct _glapi_table *disp) {
3220 return (_glptr_RasterPos2fv) (GET_by_offset(disp, _gloffset_RasterPos2fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3689 typedef void (GLAPIENTRYP _glptr_RasterPos2fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3692 static inline _glptr_RasterPos2fv GET_RasterPos2fv(struct _glapi_table *disp) {
3693 return (_glptr_RasterPos2fv) (GET_by_offset(disp, _gloffset_RasterPos2fv));
[all...]

Completed in 146 milliseconds