Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h2395 typedef void (GLAPIENTRYP _glptr_Color3ubv)(const GLubyte *); typedef
2398 static inline _glptr_Color3ubv GET_Color3ubv(struct _glapi_table *disp) { in GET_Color3ubv()
2399 return (_glptr_Color3ubv) (GET_by_offset(disp, _gloffset_Color3ubv)); in GET_Color3ubv()