Home
last modified time | relevance | path

Searched refs:_glptr_GetSynciv (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h10170 typedef void (GLAPIENTRYP _glptr_GetSynciv)(GLsync, GLenum, GLsizei, GLsizei *, GLint *); typedef
10173 static inline _glptr_GetSynciv GET_GetSynciv(struct _glapi_table *disp) { in GET_GetSynciv()
10174 return (_glptr_GetSynciv) (GET_by_offset(disp, _gloffset_GetSynciv)); in GET_GetSynciv()