Searched refs:_glptr_ClipPlane (Results 1 – 1 of 1) sorted by relevance
4131 typedef void (GLAPIENTRYP _glptr_ClipPlane)(GLenum, const GLdouble *); typedef4134 static inline _glptr_ClipPlane GET_ClipPlane(struct _glapi_table *disp) { in GET_ClipPlane()4135 return (_glptr_ClipPlane) (GET_by_offset(disp, _gloffset_ClipPlane)); in GET_ClipPlane()