Searched refs:_glptr_StencilOp (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5185 typedef void (GLAPIENTRYP _glptr_StencilOp)(GLenum, GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLenum) 5188 static inline _glptr_StencilOp GET_StencilOp(struct _glapi_table *disp) { 5189 return (_glptr_StencilOp) (GET_by_offset(disp, _gloffset_StencilOp)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5658 typedef void (GLAPIENTRYP _glptr_StencilOp)(GLenum, GLenum, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLenum) 5661 static inline _glptr_StencilOp GET_StencilOp(struct _glapi_table *disp) { 5662 return (_glptr_StencilOp) (GET_by_offset(disp, _gloffset_StencilOp)); [all...] |
Completed in 109 milliseconds