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),
105 int lockedHeight;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 701 cb->lockedHeight = h;
727 if (cb->lockedWidth > 0 && cb->lockedHeight > 0 && cb->hostHandle) {
740 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) {
742 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp];
748 for (int y=0; y<cb->lockedHeight; y++) {
756 cb->lockedWidth, cb->lockedHeight,
770 cb->lockedWidth = cb->lockedHeight = 0;
868 cb->lockedHeight = h;

Completed in 31 milliseconds