HomeSort by relevance Sort by last modified time
    Searched refs:lockedHeight (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 51 lockedHeight(0),
109 int lockedHeight;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 709 cb->lockedHeight = h;
735 if (cb->lockedWidth > 0 && cb->lockedHeight > 0 && cb->hostHandle) {
748 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) {
750 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp];
756 for (int y=0; y<cb->lockedHeight; y++) {
764 cb->lockedWidth, cb->lockedHeight,
778 cb->lockedWidth = cb->lockedHeight = 0;
876 cb->lockedHeight = h;

Completed in 101 milliseconds