Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp198 refcount(0), in gralloc_dmaregion_t()
214 uint32_t refcount; member
246 grdma->refcount++; in get_gralloc_region()
247 D("%s: call. refcount: %u\n", __func__, grdma->refcount); in get_gralloc_region()
264 const bool shouldDelete = !grdma->refcount; in put_gralloc_region_direct_mem_locked()
273 D("%s: call. refcount before: %u\n", __func__, grdma->refcount); in put_gralloc_region_dma_locked()
274 grdma->refcount--; in put_gralloc_region_dma_locked()
278 bool shouldDelete = !grdma->refcount; in put_gralloc_region_dma_locked()
335 D("%s: for sz %u, refcount %u", __func__, sz, grdma->refcount); in gralloc_dmaregion_register_ashmem()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp529 data->refcount = 1; in addShaderData()
551 data->refcount++; in refShaderDataLocked()
557 if (data && --data->refcount == 0) { in unrefShaderDataLocked()
DGLSharedGroup.h110 int refcount; member