Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h6177 typedef void (GLAPIENTRYP _glptr_BlendColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef
6180 static inline _glptr_BlendColor GET_BlendColor(struct _glapi_table *disp) { in GET_BlendColor()
6181 return (_glptr_BlendColor) (GET_by_offset(disp, _gloffset_BlendColor)); in GET_BlendColor()