Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h2723 typedef void (GLAPIENTRYP _glptr_Color3uiv)(const GLuint *); typedef
2726 static inline _glptr_Color3uiv GET_Color3uiv(struct _glapi_table *disp) { in GET_Color3uiv()
2727 return (_glptr_Color3uiv) (GET_by_offset(disp, _gloffset_Color3uiv)); in GET_Color3uiv()