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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3304 typedef void (GLAPIENTRYP _glptr_RasterPos3fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3307 static inline _glptr_RasterPos3fv GET_RasterPos3fv(struct _glapi_table *disp) {
3308 return (_glptr_RasterPos3fv) (GET_by_offset(disp, _gloffset_RasterPos3fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3777 typedef void (GLAPIENTRYP _glptr_RasterPos3fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3780 static inline _glptr_RasterPos3fv GET_RasterPos3fv(struct _glapi_table *disp) {
3781 return (_glptr_RasterPos3fv) (GET_by_offset(disp, _gloffset_RasterPos3fv));
[all...]

Completed in 107 milliseconds