Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/OpenglSystemCommon/
Dgralloc_cb.h51 lockedHeight(0), in cb_handle_t()
109 int lockedHeight; member
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp709 cb->lockedHeight = h; in gralloc_lock()
735 if (cb->lockedWidth > 0 && cb->lockedHeight > 0 && cb->hostHandle) { in gralloc_unlock()
748 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) { in gralloc_unlock()
750 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp]; in gralloc_unlock()
756 for (int y=0; y<cb->lockedHeight; y++) { in gralloc_unlock()
764 cb->lockedWidth, cb->lockedHeight, in gralloc_unlock()
778 cb->lockedWidth = cb->lockedHeight = 0; in gralloc_unlock()
876 cb->lockedHeight = h; in gralloc_lock_ycbcr()