Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/include/surfacetexture/
DEGLConsumer.h252 struct EglSlot { struct
253 EglSlot() : mEglFence(EGL_NO_SYNC_KHR) {} in EglSlot() function
258 sp<EglImage> mEglImage;
266 EGLSyncKHR mEglFence;
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h449 struct EglSlot { struct
450 EglSlot() : mEglFence(EGL_NO_SYNC_KHR) {} in EglSlot() argument
453 sp<EglImage> mEglImage;
481 EglSlot mEglSlots[BufferQueueDefs::NUM_BUFFER_SLOTS]; argument