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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3414 typedef void (GLAPIENTRYP _glptr_RasterPos4iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
3417 static inline _glptr_RasterPos4iv GET_RasterPos4iv(struct _glapi_table *disp) {
3418 return (_glptr_RasterPos4iv) (GET_by_offset(disp, _gloffset_RasterPos4iv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3887 typedef void (GLAPIENTRYP _glptr_RasterPos4iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
3890 static inline _glptr_RasterPos4iv GET_RasterPos4iv(struct _glapi_table *disp) {
3891 return (_glptr_RasterPos4iv) (GET_by_offset(disp, _gloffset_RasterPos4iv));
[all...]

Completed in 167 milliseconds