Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h2571 typedef void (GLAPIENTRYP _glptr_Color4ubv)(const GLubyte *); typedef
2574 static inline _glptr_Color4ubv GET_Color4ubv(struct _glapi_table *disp) { in GET_Color4ubv()
2575 return (_glptr_Color4ubv) (GET_by_offset(disp, _gloffset_Color4ubv)); in GET_Color4ubv()