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

  /development/tools/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 33 lockedHeight(0),
85 int lockedHeight;
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 582 cb->lockedHeight = h;
605 if (cb->lockedWidth > 0 && cb->lockedHeight > 0 && cb->hostHandle) {
618 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) {
620 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp];
626 for (int y=0; y<cb->lockedHeight; y++) {
634 cb->lockedWidth, cb->lockedHeight,
648 cb->lockedWidth = cb->lockedHeight = 0;

Completed in 21 milliseconds