Searched refs:mEglSlots (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DGLConsumer.cpp380 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
395 mEglSlots[buf].mEglFence = EGL_NO_SYNC_KHR;
427 err = mEglSlots[slot].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
458 sp<EglImage> nextTextureImage = mEglSlots[slot].mEglImage;
465 mEglDisplay, mEglSlots[mCurrentTexture].mEglFence);
477 pendingRelease->fence = mEglSlots[mCurrentTexture].mEglFence;
718 EGLSyncKHR fence = mEglSlots[mCurrentTexture].mEglFence;
746 mEglSlots[mCurrentTexture].mEglFence = fence;
1053 mEglSlots[slotIndex].mEglImage.clear();
/frameworks/native/include/gui/
H A DGLConsumer.h245 // mEglSlots array in addition to the ConsumerBase behavior.
250 // mEglSlots array in addition to the ConsumerBase.
475 EglSlot mEglSlots[BufferQueue::NUM_BUFFER_SLOTS]; member in class:android::GLConsumer

Completed in 64 milliseconds