Searched refs:_glptr_GetClipPlane (Results 1 – 1 of 1) sorted by relevance
5330 typedef void (GLAPIENTRYP _glptr_GetClipPlane)(GLenum, GLdouble *); typedef5333 static inline _glptr_GetClipPlane GET_GetClipPlane(struct _glapi_table *disp) { in GET_GetClipPlane()5334 return (_glptr_GetClipPlane) (GET_by_offset(disp, _gloffset_GetClipPlane)); in GET_GetClipPlane()