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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4855 typedef void (GLAPIENTRYP _glptr_Disable)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
4858 static inline _glptr_Disable GET_Disable(struct _glapi_table *disp) {
4859 return (_glptr_Disable) (GET_by_offset(disp, _gloffset_Disable));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5328 typedef void (GLAPIENTRYP _glptr_Disable)(GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum)
5331 static inline _glptr_Disable GET_Disable(struct _glapi_table *disp) {
5332 return (_glptr_Disable) (GET_by_offset(disp, _gloffset_Disable));
[all...]

Completed in 110 milliseconds