Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4496 typedef void (GLAPIENTRYP _glptr_DepthMask)(GLboolean); typedef
4499 static inline _glptr_DepthMask GET_DepthMask(struct _glapi_table *disp) { in GET_DepthMask()
4500 return (_glptr_DepthMask) (GET_by_offset(disp, _gloffset_DepthMask)); in GET_DepthMask()