Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h2668 typedef void (GLAPIENTRYP _glptr_Color3s)(GLshort, GLshort, GLshort); typedef
2671 static inline _glptr_Color3s GET_Color3s(struct _glapi_table *disp) { in GET_Color3s()
2672 return (_glptr_Color3s) (GET_by_offset(disp, _gloffset_Color3s)); in GET_Color3s()