Searched defs:EglSlot (Results 1 – 2 of 2) sorted by relevance
254 struct EglSlot { struct255 EglSlot() : mEglFence(EGL_NO_SYNC_KHR) {} in EglSlot() function260 sp<EglImage> mEglImage;268 EGLSyncKHR mEglFence;
449 struct EglSlot { struct450 EglSlot() : mEglFence(EGL_NO_SYNC_KHR) {} in EglSlot() function453 sp<EglImage> mEglImage;481 EglSlot mEglSlots[BufferQueueDefs::NUM_BUFFER_SLOTS]; argument