Searched refs:_glptr_DepthFunc (Results 1 – 1 of 1) sorted by relevance
5176 typedef void (GLAPIENTRYP _glptr_DepthFunc)(GLenum); typedef5179 static inline _glptr_DepthFunc GET_DepthFunc(struct _glapi_table *disp) { in GET_DepthFunc()5180 return (_glptr_DepthFunc) (GET_by_offset(disp, _gloffset_DepthFunc)); in GET_DepthFunc()