Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5343 typedef void (GLAPIENTRYP _glptr_DepthRange)(GLclampd, GLclampd); typedef
5346 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()