Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5871 typedef void (GLAPIENTRYP _glptr_BlendColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef
5874 static inline _glptr_BlendColor GET_BlendColor(struct _glapi_table *disp) { in GET_BlendColor()
5875 return (_glptr_BlendColor) (GET_by_offset(disp, _gloffset_BlendColor)); in GET_BlendColor()