Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dsyncobj.c174 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() function
219 return _mesa_get_and_ref_sync(ctx, sync, false) ? GL_TRUE : GL_FALSE; in _mesa_IsSync()
238 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in delete_sync()
373 struct gl_sync_object *syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_ClientWaitSync_no_error()
391 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_ClientWaitSync()
441 struct gl_sync_object *syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_WaitSync_no_error()
463 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_WaitSync()
483 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_GetSynciv()
Dsyncobj.h48 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
Dobjectlabel.c305 syncObj = _mesa_get_and_ref_sync(ctx, (void*)ptr, true); in _mesa_ObjectPtrLabel()
344 syncObj = _mesa_get_and_ref_sync(ctx, (void*)ptr, true); in _mesa_GetObjectPtrLabel()