Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h58 lockedWidth(0), in cb_handle_t()
124 int32_t lockedWidth; member
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp448 cb.lockedWidth = accessRegion.width; in lockHostImpl()
453 cb.lockedWidth = cb.width; in lockHostImpl()
487 const int width = cb.lockedWidth; in unlockHostImpl()
530 cb.lockedWidth = 0; in unlockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp367 handle.lockedWidth = width; in lock_impl()
372 handle.lockedWidth = handle.width; in lock_impl()
383 const int width = handle.lockedWidth; in unlock_impl()
429 handle.lockedWidth = 0; in unlock_impl()
Dgralloc_old.cpp488 int width = doLocked ? cb->lockedWidth : cb->width; in updateHostColorBuffer()
1290 cb->lockedWidth = w; 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()