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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h10201 typedef GLboolean (GLAPIENTRYP _glptr_IsSync)(GLsync); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLsync)
10204 static inline _glptr_IsSync GET_IsSync(struct _glapi_table *disp) {
10205 return (_glptr_IsSync) (GET_by_offset(disp, _gloffset_IsSync));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10674 typedef GLboolean (GLAPIENTRYP _glptr_IsSync)(GLsync); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLsync)
10677 static inline _glptr_IsSync GET_IsSync(struct _glapi_table *disp) {
10678 return (_glptr_IsSync) (GET_by_offset(disp, _gloffset_IsSync));
[all...]

Completed in 109 milliseconds