HomeSort by relevance Sort by last modified time
    Searched defs:mBufferAge (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/renderthread/
Frame.h 31 : mWidth(width), mHeight(height), mBufferAge(bufferAge) {}
38 int32_t bufferAge() const { return mBufferAge; }
46 int32_t mBufferAge;
  /frameworks/native/libs/gui/include/gui/
BufferQueueCore.h 290 // mBufferAge tracks the age of the contents of the most recently dequeued
292 uint64_t mBufferAge;
Surface.h 422 // mBufferAge tracks the age of the contents of the most recently dequeued
424 uint64_t mBufferAge;

Completed in 285 milliseconds