Home
last modified time | relevance | path

Searched defs:EglSlot (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.h254 struct EglSlot { struct
255 EglSlot() : mEglFence(EGL_NO_SYNC_KHR) {} in EglSlot() function
260 sp<EglImage> mEglImage;
268 EGLSyncKHR mEglFence;
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h449 struct EglSlot { struct
450 EglSlot() : mEglFence(EGL_NO_SYNC_KHR) {} in EglSlot() function
453 sp<EglImage> mEglImage;
481 EglSlot mEglSlots[BufferQueueDefs::NUM_BUFFER_SLOTS]; argument