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.c179 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() function
225 return _mesa_get_and_ref_sync(ctx, sync, false) ? GL_TRUE : GL_FALSE; in _mesa_IsSync()
245 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_DeleteSync()
321 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_ClientWaitSync()
369 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_WaitSync()
389 syncObj = _mesa_get_and_ref_sync(ctx, sync, true); in _mesa_GetSynciv()
Dsyncobj.h51 _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()