Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h5176 typedef void (GLAPIENTRYP _glptr_DepthFunc)(GLenum); typedef
5179 static inline _glptr_DepthFunc GET_DepthFunc(struct _glapi_table *disp) { in GET_DepthFunc()
5180 return (_glptr_DepthFunc) (GET_by_offset(disp, _gloffset_DepthFunc)); in GET_DepthFunc()