Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglFenceSync.h102 void incRef() { assert(mCount > 0); ++mCount; } in incRef() function
/hardware/google/gfxstream/guest/iostream/include/gfxstream/guest/
DIOStream.h39 void incRef() { in incRef() function
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.cpp.inl73 void VkEncoder::incRef() { __atomic_add_fetch(&refCount, 1, __ATOMIC_SEQ_CST); } function in VkEncoder
/hardware/google/gfxstream/guest/mesa/include/android_stub/nativebase/
Dnativebase.h54 void (*incRef)(struct android_native_base_t* base); member
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h125 void incRef() { ++m_refcount; } in incRef() function
/hardware/google/gfxstream/guest/mesa/include/android_stub/system/
Dwindow.h97 void (*incRef)(struct android_native_base_t* base); member
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp297 void incRef() { __atomic_add_fetch(&refcount, 1, __ATOMIC_SEQ_CST); } in incRef() function