Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4769 typedef void (GLAPIENTRYP _glptr_ClearDepth)(GLclampd); typedef
4772 static inline _glptr_ClearDepth GET_ClearDepth(struct _glapi_table *disp) { in GET_ClearDepth()
4773 return (_glptr_ClearDepth) (GET_by_offset(disp, _gloffset_ClearDepth)); in GET_ClearDepth()