Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp108 lockedWidth(0), in cb_handle_old_t()
171 uint32_t lockedWidth; member
508 int width = doLocked ? cb->lockedWidth : cb->width; in updateHostColorBuffer()
1314 cb->lockedWidth = w; in gralloc_lock()
1354 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) { in gralloc_unlock()
1365 cb->lockedWidth = cb->lockedHeight = 0; in gralloc_unlock()
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp264 cb->lockedWidth = accessRegion.width; in setLocked()
269 cb->lockedWidth = cb->width; in setLocked()
532 cb->lockedWidth = 0; in unlockImpl()
Dcb_handle_30.h121 uint32_t lockedWidth; member