Searched defs:Fence (Results 1 - 3 of 3) sorted by path

/frameworks/base/libs/hwui/
H A DFence.h27 * Creating a Fence instance inserts a new sync fence in the OpenGL
31 class Fence { class in namespace:android::uirenderer
43 Fence() { function in class:android::uirenderer::Fence
56 ~Fence() {
82 }; // class Fence
85 * An AutoFence creates a Fence instance and waits for the fence
97 AutoFence(EGLTimeKHR timeout = Fence::kDefaultTimeout): mTimeout(timeout) { argument
106 Fence mFence;
/frameworks/native/include/ui/
H A DFence.h35 // Fence
38 class Fence class in namespace:android
39 : public LightRefBase<Fence>, public Flattenable<Fence>
42 static const sp<Fence> NO_FENCE;
48 // Construct a new Fence object with an invalid file descriptor. This
49 // should be done when the Fence object will be set up by unflattening
51 Fence();
53 // Construct a new Fence object to manage a given fence file descriptor.
54 // When the new Fence objec
[all...]
/frameworks/native/libs/ui/
H A DFence.cpp17 #define LOG_TAG "Fence"
25 #include <ui/Fence.h>
32 const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence);
34 Fence::Fence() : function in class:android::Fence
38 Fence::Fence(in function in class:android::Fence
[all...]

Completed in 787 milliseconds