Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h2384 typedef void (GLAPIENTRYP _glptr_Color3ub)(GLubyte, GLubyte, GLubyte); typedef
2387 static inline _glptr_Color3ub GET_Color3ub(struct _glapi_table *disp) { in GET_Color3ub()
2388 return (_glptr_Color3ub) (GET_by_offset(disp, _gloffset_Color3ub)); in GET_Color3ub()