Lines Matching refs:gl_sync_object
71 static struct gl_sync_object *
74 struct gl_sync_object *s = CALLOC_STRUCT(gl_sync_object); in _mesa_new_sync_object()
83 _mesa_delete_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj) in _mesa_delete_sync_object()
92 _mesa_fence_sync(struct gl_context *ctx, struct gl_sync_object *syncObj, in _mesa_fence_sync()
104 _mesa_check_sync(struct gl_context *ctx, struct gl_sync_object *syncObj) in _mesa_check_sync()
116 _mesa_wait_sync(struct gl_context *ctx, struct gl_sync_object *syncObj, in _mesa_wait_sync()
178 struct gl_sync_object *
181 struct gl_sync_object *syncObj = (struct gl_sync_object *) sync; in _mesa_get_and_ref_sync()
199 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj, in _mesa_unref_sync_object()
233 struct gl_sync_object *syncObj; in _mesa_DeleteSync()
265 struct gl_sync_object *syncObj; in _mesa_FenceSync()
312 struct gl_sync_object *syncObj; in _mesa_ClientWaitSync()
356 struct gl_sync_object *syncObj; in _mesa_WaitSync()
385 struct gl_sync_object *syncObj; in _mesa_GetSynciv()