Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h2789 typedef void (GLAPIENTRYP _glptr_Color4dv)(const GLdouble *); typedef
2792 static inline _glptr_Color4dv GET_Color4dv(struct _glapi_table *disp) { in GET_Color4dv()
2793 return (_glptr_Color4dv) (GET_by_offset(disp, _gloffset_Color4dv)); in GET_Color4dv()