Home
last modified time | relevance | path

Searched defs:incRef (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglFenceSync.h102 void incRef() { assert(mCount > 0); ++mCount; } in incRef() function
/hardware/google/gfxstream/host/vulkan/
DVulkanBoxedHandles.h53 void incRef() { __atomic_add_fetch(&refcount, 1, __ATOMIC_SEQ_CST); } in incRef() function
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h118 void incRef() { ++m_refcount; } in incRef() function