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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7132 typedef void (GLAPIENTRYP _glptr_FogCoordPointer)(GLenum, GLsizei, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,const GLvoid *)
7135 static inline _glptr_FogCoordPointer GET_FogCoordPointer(struct _glapi_table *disp) {
7136 return (_glptr_FogCoordPointer) (GET_by_offset(disp, _gloffset_FogCoordPointer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h7605 typedef void (GLAPIENTRYP _glptr_FogCoordPointer)(GLenum, GLsizei, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,const GLvoid *)
7608 static inline _glptr_FogCoordPointer GET_FogCoordPointer(struct _glapi_table *disp) {
7609 return (_glptr_FogCoordPointer) (GET_by_offset(disp, _gloffset_FogCoordPointer));
[all...]

Completed in 135 milliseconds