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