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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3326 typedef void (GLAPIENTRYP _glptr_RasterPos3iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
3329 static inline _glptr_RasterPos3iv GET_RasterPos3iv(struct _glapi_table *disp) {
3330 return (_glptr_RasterPos3iv) (GET_by_offset(disp, _gloffset_RasterPos3iv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3799 typedef void (GLAPIENTRYP _glptr_RasterPos3iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
3802 static inline _glptr_RasterPos3iv GET_RasterPos3iv(struct _glapi_table *disp) {
3803 return (_glptr_RasterPos3iv) (GET_by_offset(disp, _gloffset_RasterPos3iv));
[all...]

Completed in 110 milliseconds