Home
last modified time | relevance | path

Searched defs:BufferSlot (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/gui/
DBufferSlot.h174 struct BufferSlot { struct
176 BufferSlot() in BufferSlot() function
190 sp<GraphicBuffer> mGraphicBuffer;
193 EGLDisplay mEglDisplay;
196 BufferState mBufferState;
201 bool mRequestBufferCalled;
206 uint64_t mFrameNumber;
213 EGLSyncKHR mEglFence;
224 sp<Fence> mFence;
227 bool mAcquireCalled;
[all …]
DSurface.h241 struct BufferSlot { struct
258 BufferSlot mSlots[NUM_BUFFER_SLOTS]; argument
DBufferQueueProducer.h25 class BufferSlot; variable