Home
last modified time | relevance | path

Searched refs:m_refcount (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h87 uint32_t m_refcount; variable
118 void incRef() { ++m_refcount; } in incRef()
120 --m_refcount; in decRef()
121 return 0 == m_refcount; in decRef()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp47 m_refcount = 1; in ProgramData()