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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5152 typedef void (GLAPIENTRYP _glptr_BlendFunc)(GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum)
5155 static inline _glptr_BlendFunc GET_BlendFunc(struct _glapi_table *disp) {
5156 return (_glptr_BlendFunc) (GET_by_offset(disp, _gloffset_BlendFunc));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5625 typedef void (GLAPIENTRYP _glptr_BlendFunc)(GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum)
5628 static inline _glptr_BlendFunc GET_BlendFunc(struct _glapi_table *disp) {
5629 return (_glptr_BlendFunc) (GET_by_offset(disp, _gloffset_BlendFunc));
[all...]

Completed in 105 milliseconds