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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h17274 typedef void (GLAPIENTRYP _glptr_GenSemaphoresEXT)(GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLuint *)
17277 static inline _glptr_GenSemaphoresEXT GET_GenSemaphoresEXT(struct _glapi_table *disp) {
17278 return (_glptr_GenSemaphoresEXT) (GET_by_offset(disp, _gloffset_GenSemaphoresEXT));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h17747 typedef void (GLAPIENTRYP _glptr_GenSemaphoresEXT)(GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLuint *)
17750 static inline _glptr_GenSemaphoresEXT GET_GenSemaphoresEXT(struct _glapi_table *disp) {
17751 return (_glptr_GenSemaphoresEXT) (GET_by_offset(disp, _gloffset_GenSemaphoresEXT));
[all...]

Completed in 112 milliseconds