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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 50 lockedWidth(0),
108 int lockedWidth;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 696 cb->lockedWidth = w;
723 if (cb->lockedWidth > 0 && cb->lockedHeight > 0 && cb->hostHandle) {
736 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) {
738 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp];
740 int dst_line_len = cb->lockedWidth * bpp;
752 cb->lockedWidth, cb->lockedHeight,
766 cb->lockedWidth = cb->lockedHeight = 0;
863 cb->lockedWidth = w;

Completed in 235 milliseconds