Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dsyncobj.c177 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() function
222 return _mesa_get_and_ref_sync(ctx, sync, false) ? GL_TRUE : GL_FALSE; in _mesa_IsSync()
241 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in delete_sync()
372 struct gl_sync_object *syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_ClientWaitSync_no_error()
390 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_ClientWaitSync()
415 struct gl_sync_object *syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_WaitSync_no_error()
437 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_WaitSync()
457 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_GetSynciv()
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()
Dsyncobj.h51 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);