Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5640 typedef void (GLAPIENTRYP _glptr_Indexub)(GLubyte); typedef
5643 static inline _glptr_Indexub GET_Indexub(struct _glapi_table *disp) { in GET_Indexub()
5644 return (_glptr_Indexub) (GET_by_offset(disp, _gloffset_Indexub)); in GET_Indexub()