Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h2877 typedef void (GLAPIENTRYP _glptr_Color4ubv)(const GLubyte *); typedef
2880 static inline _glptr_Color4ubv GET_Color4ubv(struct _glapi_table *disp) { in GET_Color4ubv()
2881 return (_glptr_Color4ubv) (GET_by_offset(disp, _gloffset_Color4ubv)); in GET_Color4ubv()