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

  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 89 mHaveNewSurface = true;
100 mHaveNewSurface = false;
149 mHaveNewSurface |= mEglManager.makeCurrent(mEglSurface, &error);
245 } else if (!mBufferPreserved || mHaveNewSurface) {
CanvasContext.h 136 bool mHaveNewSurface = false;

Completed in 127 milliseconds