Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h2866 typedef void (GLAPIENTRYP _glptr_Color4ub)(GLubyte, GLubyte, GLubyte, GLubyte); typedef
2869 static inline _glptr_Color4ub GET_Color4ub(struct _glapi_table *disp) { in GET_Color4ub()
2870 return (_glptr_Color4ub) (GET_by_offset(disp, _gloffset_Color4ub)); in GET_Color4ub()