Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h2714 typedef void (GLAPIENTRYP _glptr_Indexiv)(const GLint *); typedef
2717 static inline _glptr_Indexiv GET_Indexiv(struct _glapi_table *disp) { in GET_Indexiv()
2718 return (_glptr_Indexiv) (GET_by_offset(disp, _gloffset_Indexiv)); in GET_Indexiv()