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

  /sdk/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 49 lockedHeight(0),
101 int lockedHeight;
  /sdk/emulator/opengl/system/gralloc/
gralloc.cpp 610 cb->lockedHeight = h;
633 if (cb->lockedWidth > 0 && cb->lockedHeight > 0 && cb->hostHandle) {
646 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) {
648 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp];
654 for (int y=0; y<cb->lockedHeight; y++) {
662 cb->lockedWidth, cb->lockedHeight,
676 cb->lockedWidth = cb->lockedHeight = 0;

Completed in 538 milliseconds