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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5141 typedef void (GLAPIENTRYP _glptr_AlphaFunc)(GLenum, GLclampf); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLclampf)
5144 static inline _glptr_AlphaFunc GET_AlphaFunc(struct _glapi_table *disp) {
5145 return (_glptr_AlphaFunc) (GET_by_offset(disp, _gloffset_AlphaFunc));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5614 typedef void (GLAPIENTRYP _glptr_AlphaFunc)(GLenum, GLclampf); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLclampf)
5617 static inline _glptr_AlphaFunc GET_AlphaFunc(struct _glapi_table *disp) {
5618 return (_glptr_AlphaFunc) (GET_by_offset(disp, _gloffset_AlphaFunc));
[all...]

Completed in 103 milliseconds