Home
last modified time | relevance | path

Searched refs:_glptr_ClearDepthf (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h11424 typedef void (GLAPIENTRYP _glptr_ClearDepthf)(GLclampf); typedef
11427 static inline _glptr_ClearDepthf GET_ClearDepthf(struct _glapi_table *disp) { in GET_ClearDepthf()
11428 return (_glptr_ClearDepthf) (GET_by_offset(disp, _gloffset_ClearDepthf)); in GET_ClearDepthf()