Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h9589 typedef void (GLAPIENTRYP _glptr_DepthRangef)(GLclampf, GLclampf); typedef
9592 static inline _glptr_DepthRangef GET_DepthRangef(struct _glapi_table *disp) { in GET_DepthRangef()
9593 return (_glptr_DepthRangef) (GET_by_offset(disp, _gloffset_DepthRangef)); in GET_DepthRangef()