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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7792 typedef void (GLAPIENTRYP _glptr_BlendEquationSeparate)(GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum)
7795 static inline _glptr_BlendEquationSeparate GET_BlendEquationSeparate(struct _glapi_table *disp) {
7796 return (_glptr_BlendEquationSeparate) (GET_by_offset(disp, _gloffset_BlendEquationSeparate));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8265 typedef void (GLAPIENTRYP _glptr_BlendEquationSeparate)(GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum)
8268 static inline _glptr_BlendEquationSeparate GET_BlendEquationSeparate(struct _glapi_table *disp) {
8269 return (_glptr_BlendEquationSeparate) (GET_by_offset(disp, _gloffset_BlendEquationSeparate));
[all...]

Completed in 107 milliseconds