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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4151 typedef void (GLAPIENTRYP _glptr_ClipPlane)(GLenum, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLdouble *)
4154 static inline _glptr_ClipPlane GET_ClipPlane(struct _glapi_table *disp) {
4155 return (_glptr_ClipPlane) (GET_by_offset(disp, _gloffset_ClipPlane));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4624 typedef void (GLAPIENTRYP _glptr_ClipPlane)(GLenum, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,const GLdouble *)
4627 static inline _glptr_ClipPlane GET_ClipPlane(struct _glapi_table *disp) {
4628 return (_glptr_ClipPlane) (GET_by_offset(disp, _gloffset_ClipPlane));
[all...]

Completed in 101 milliseconds