Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h2844 typedef void (GLAPIENTRYP _glptr_Color4s)(GLshort, GLshort, GLshort, GLshort); typedef
2847 static inline _glptr_Color4s GET_Color4s(struct _glapi_table *disp) { in GET_Color4s()
2848 return (_glptr_Color4s) (GET_by_offset(disp, _gloffset_Color4s)); in GET_Color4s()