Searched refs:_glptr_DepthMask (Results 1 – 1 of 1) sorted by relevance
4496 typedef void (GLAPIENTRYP _glptr_DepthMask)(GLboolean); typedef4499 static inline _glptr_DepthMask GET_DepthMask(struct _glapi_table *disp) { in GET_DepthMask()4500 return (_glptr_DepthMask) (GET_by_offset(disp, _gloffset_DepthMask)); in GET_DepthMask()