Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h3020 typedef void (GLAPIENTRYP _glptr_Indexiv)(const GLint *); typedef
3023 static inline _glptr_Indexiv GET_Indexiv(struct _glapi_table *disp) { in GET_Indexiv()
3024 return (_glptr_Indexiv) (GET_by_offset(disp, _gloffset_Indexiv)); in GET_Indexiv()