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

  /frameworks/native/include/gui/
GLConsumer.h 185 // getCurrentFence returns the fence indicating when the current buffer is
187 sp<Fence> getCurrentFence() const;
  /frameworks/native/cmds/flatland/
Main.cpp 482 sp<Fence> startFence = mGLConsumer->getCurrentFence();
493 sp<Fence> endFence = mGLConsumer->getCurrentFence();
  /frameworks/native/services/surfaceflinger/
Layer.cpp 573 sp<Fence> fence = mSurfaceFlingerConsumer->getCurrentFence();
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 936 sp<Fence> GLConsumer::getCurrentFence() const {
    [all...]

Completed in 192 milliseconds