Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h2613 typedef void (GLAPIENTRYP _glptr_Color3dv)(const GLdouble *); typedef
2616 static inline _glptr_Color3dv GET_Color3dv(struct _glapi_table *disp) { in GET_Color3dv()
2617 return (_glptr_Color3dv) (GET_by_offset(disp, _gloffset_Color3dv)); in GET_Color3dv()