Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dsyncobj.h51 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
Dsyncobj.c177 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() argument
184 if (incRefCount) { in _mesa_get_and_ref_sync()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp62 void incRefCount (void) { m_refCount += 1; } in incRefCount() function in sglr::rc::NamedObject
524 object->incRefCount(); in acquireReference()