Searched defs:BufferSlot (Results 1 – 3 of 3) sorted by relevance
174 struct BufferSlot { struct176 BufferSlot() in BufferSlot() function190 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 …]
241 struct BufferSlot { struct258 BufferSlot mSlots[NUM_BUFFER_SLOTS]; argument
25 class BufferSlot; variable