Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/OpenglSystemCommon/
Dgralloc_cb.h50 lockedWidth(0), in cb_handle_t()
108 int lockedWidth; member
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp708 cb->lockedWidth = w; in gralloc_lock()
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()
752 int dst_line_len = cb->lockedWidth * bpp; in gralloc_unlock()
764 cb->lockedWidth, cb->lockedHeight, in gralloc_unlock()
778 cb->lockedWidth = cb->lockedHeight = 0; in gralloc_unlock()
875 cb->lockedWidth = w; in gralloc_lock_ycbcr()