Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h2703 typedef void (GLAPIENTRYP _glptr_Indexi)(GLint); typedef
2706 static inline _glptr_Indexi GET_Indexi(struct _glapi_table *disp) { in GET_Indexi()
2707 return (_glptr_Indexi) (GET_by_offset(disp, _gloffset_Indexi)); in GET_Indexi()