Home
last modified time | relevance | path

Searched refs:lockedHeight (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h59 lockedHeight(0) { in cb_handle_t()
125 int32_t lockedHeight; member
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp449 cb.lockedHeight = accessRegion.height; in lockHostImpl()
454 cb.lockedHeight = cb.height; in lockHostImpl()
488 const int height = cb.lockedHeight; in unlockHostImpl()
531 cb.lockedHeight = 0; in unlockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp368 handle.lockedHeight = height; in lock_impl()
373 handle.lockedHeight = handle.height; in lock_impl()
384 const int height = handle.lockedHeight; in unlock_impl()
430 handle.lockedHeight = 0; in unlock_impl()
Dgralloc_old.cpp489 int height = doLocked ? cb->lockedHeight : cb->height; in updateHostColorBuffer()
1291 cb->lockedHeight = h; in gralloc_lock()
1330 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) { in gralloc_unlock()
1341 cb->lockedWidth = cb->lockedHeight = 0; in gralloc_unlock()