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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7121 typedef void (GLAPIENTRYP _glptr_BlendFuncSeparate)(GLenum, GLenum, GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLenum,GLenum)
7124 static inline _glptr_BlendFuncSeparate GET_BlendFuncSeparate(struct _glapi_table *disp) {
7125 return (_glptr_BlendFuncSeparate) (GET_by_offset(disp, _gloffset_BlendFuncSeparate));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h7594 typedef void (GLAPIENTRYP _glptr_BlendFuncSeparate)(GLenum, GLenum, GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLenum,GLenum)
7597 static inline _glptr_BlendFuncSeparate GET_BlendFuncSeparate(struct _glapi_table *disp) {
7598 return (_glptr_BlendFuncSeparate) (GET_by_offset(disp, _gloffset_BlendFuncSeparate));
[all...]

Completed in 178 milliseconds