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.cpp710 cb->lockedHeight = h; in gralloc_lock()
736 if (cb->lockedWidth > 0 && cb->lockedHeight > 0 && cb->hostHandle) { in gralloc_unlock()
749 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) { in gralloc_unlock()
751 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp]; in gralloc_unlock()
757 for (int y=0; y<cb->lockedHeight; y++) { in gralloc_unlock()
765 cb->lockedWidth, cb->lockedHeight, in gralloc_unlock()
779 cb->lockedWidth = cb->lockedHeight = 0; in gralloc_unlock()
877 cb->lockedHeight = h; in gralloc_lock_ycbcr()