Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4835 typedef void (GLAPIENTRYP _glptr_Disable)(GLenum); typedef
4838 static inline _glptr_Disable GET_Disable(struct _glapi_table *disp) { in GET_Disable()
4839 return (_glptr_Disable) (GET_by_offset(disp, _gloffset_Disable)); in GET_Disable()