Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h5132 typedef void (GLAPIENTRYP _glptr_BlendFunc)(GLenum, GLenum); typedef
5135 static inline _glptr_BlendFunc GET_BlendFunc(struct _glapi_table *disp) { in GET_BlendFunc()
5136 return (_glptr_BlendFunc) (GET_by_offset(disp, _gloffset_BlendFunc)); in GET_BlendFunc()