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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3392 typedef void (GLAPIENTRYP _glptr_RasterPos4fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3395 static inline _glptr_RasterPos4fv GET_RasterPos4fv(struct _glapi_table *disp) {
3396 return (_glptr_RasterPos4fv) (GET_by_offset(disp, _gloffset_RasterPos4fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3865 typedef void (GLAPIENTRYP _glptr_RasterPos4fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3868 static inline _glptr_RasterPos4fv GET_RasterPos4fv(struct _glapi_table *disp) {
3869 return (_glptr_RasterPos4fv) (GET_by_offset(disp, _gloffset_RasterPos4fv));
[all...]

Completed in 105 milliseconds