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

  /frameworks/base/libs/hwui/
OpenGLRenderer.h 727 bool reportAndClearDirty() { bool ret = mDirty; mDirty = false; return ret; }
753 // reportAndClearDirty()
OpenGLRenderer.cpp 212 return reportAndClearDirty();
    [all...]

Completed in 65 milliseconds