Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4529 typedef void (GLAPIENTRYP _glptr_Disable)(GLenum); typedef
4532 static inline _glptr_Disable GET_Disable(struct _glapi_table *disp) { in GET_Disable()
4533 return (_glptr_Disable) (GET_by_offset(disp, _gloffset_Disable)); in GET_Disable()