Searched refs:mEglFence (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/gui/
H A DBufferSlot.h182 mEglFence(EGL_NO_SYNC_KHR),
208 // mEglFence is the EGL sync object that must signal before the buffer
213 EGLSyncKHR mEglFence; member in struct:android::BufferSlot
H A DGLConsumer.h444 EglSlot() : mEglFence(EGL_NO_SYNC_KHR) {}
453 EGLSyncKHR mEglFence; member in struct:android::GLConsumer::EglSlot
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp211 if (mSlots[slot].mEglFence != EGL_NO_SYNC_KHR) {
212 eglDestroySyncKHR(mSlots[slot].mEglDisplay, mSlots[slot].mEglFence);
213 mSlots[slot].mEglFence = EGL_NO_SYNC_KHR;
H A DGLConsumer.cpp395 mEglSlots[buf].mEglFence = EGL_NO_SYNC_KHR;
465 mEglDisplay, mEglSlots[mCurrentTexture].mEglFence);
477 pendingRelease->fence = mEglSlots[mCurrentTexture].mEglFence;
718 EGLSyncKHR fence = mEglSlots[mCurrentTexture].mEglFence;
746 mEglSlots[mCurrentTexture].mEglFence = fence;
H A DBufferQueueProducer.cpp454 mSlots[found].mEglFence = EGL_NO_SYNC_KHR;
477 eglFence = mSlots[found].mEglFence;
483 mSlots[found].mEglFence = EGL_NO_SYNC_KHR;
714 mSlots[*outSlot].mEglFence = EGL_NO_SYNC_KHR;
H A DBufferQueueConsumer.cpp436 mSlots[slot].mEglFence = eglFence;

Completed in 181 milliseconds