Home
last modified time | relevance | path

Searched refs:getCurrentFence (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/flatland/
DMain.cpp478 sp<Fence> startFence = mGLConsumer->getCurrentFence(); in run()
489 sp<Fence> endFence = mGLConsumer->getCurrentFence(); in run()
/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h244 sp<Fence> getCurrentFence() const;
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h231 sp<Fence> getCurrentFence() const;
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp469 sp<Fence> SurfaceTexture::getCurrentFence() const { in releaseBufferLocked() function in android::SurfaceTexture
/frameworks/native/libs/gui/
DGLConsumer.cpp960 sp<Fence> GLConsumer::getCurrentFence() const { in getCurrentFence() function in android::GLConsumer