OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentFence
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/gui/
GLConsumer.h
186
//
getCurrentFence
returns the fence indicating when the current buffer is
188
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
763
auto acquireFence = mSurfaceFlingerConsumer->
getCurrentFence
();
838
sp<Fence> fence = mSurfaceFlingerConsumer->
getCurrentFence
();
[
all
...]
/frameworks/native/libs/gui/
GLConsumer.cpp
[
all
...]
Completed in 68 milliseconds