Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4870 typedef void (GLAPIENTRYP _glptr_DepthFunc)(GLenum); typedef
4873 static inline _glptr_DepthFunc GET_DepthFunc(struct _glapi_table *disp) { in GET_DepthFunc()
4874 return (_glptr_DepthFunc) (GET_by_offset(disp, _gloffset_DepthFunc)); in GET_DepthFunc()