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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp346 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
361 mEglSlots[buf].mEglFence = EGL_NO_SYNC_KHR;
392 err = mEglSlots[buf].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
422 mEglDisplay, mEglSlots[mCurrentTexture].mEglFence);
433 mCurrentTextureImage = mEglSlots[buf].mEglImage;
667 EGLSyncKHR fence = mEglSlots[mCurrentTexture].mEglFence;
695 mEglSlots[mCurrentTexture].mEglFence = fence;
991 mEglSlots[slotIndex].mEglImage.clear();
/frameworks/native/include/gui/
H A DGLConsumer.h242 // mEglSlots array in addition to the ConsumerBase behavior.
247 // mEglSlots array in addition to the ConsumerBase.
457 EglSlot mEglSlots[BufferQueue::NUM_BUFFER_SLOTS]; member in class:android::GLConsumer

Completed in 8 milliseconds