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

  /frameworks/native/libs/gui/
GLConsumer.cpp 124 mCurrentFence(Fence::NO_FENCE),
261 mCurrentFence = Fence::NO_FENCE;
423 mCurrentFence = item.mFence;
960 return mCurrentFence;
    [all...]
  /frameworks/native/include/gui/
GLConsumer.h 335 // mCurrentFence is the fence received from BufferQueue in updateTexImage.
336 sp<Fence> mCurrentFence;

Completed in 225 milliseconds