Searched refs:_glptr_DepthRange (Results 1 – 1 of 1) sorted by relevance
5343 typedef void (GLAPIENTRYP _glptr_DepthRange)(GLclampd, GLclampd); typedef5346 static inline _glptr_DepthRange GET_DepthRange(struct _glapi_table *disp) { in GET_DepthRange()5347 return (_glptr_DepthRange) (GET_by_offset(disp, _gloffset_DepthRange)); in GET_DepthRange()