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

  /sdk/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 48 lockedWidth(0),
100 int lockedWidth;
  /sdk/emulator/opengl/system/gralloc/
gralloc.cpp 609 cb->lockedWidth = w;
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];
650 int dst_line_len = cb->lockedWidth * bpp;
662 cb->lockedWidth, cb->lockedHeight,
676 cb->lockedWidth = cb->lockedHeight = 0;

Completed in 76 milliseconds