Searched refs:incRefCount (Results 1 – 3 of 3) sorted by relevance
51 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
177 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() argument184 if (incRefCount) { in _mesa_get_and_ref_sync()
62 void incRefCount (void) { m_refCount += 1; } in incRefCount() function in sglr::rc::NamedObject524 object->incRefCount(); in acquireReference()