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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp359 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
405 err = mEglSlots[buf].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
446 mCurrentTextureImage = mEglSlots[buf].mEglImage;
1011 mEglSlots[slotIndex].mEglImage.clear();
1085 mEglImage(EGL_NO_IMAGE_KHR),
1090 if (mEglImage != EGL_NO_IMAGE_KHR) {
1091 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1102 bool haveImage = mEglImage != EGL_NO_IMAGE_KHR;
1106 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1110 mEglImage
[all...]
/frameworks/native/include/gui/
H A DGLConsumer.h320 // mEglImage is the EGLImage created from mGraphicBuffer.
321 EGLImageKHR mEglImage; member in class:android::GLConsumer::EglImage
323 // mEGLDisplay is the EGLDisplay that was used to create mEglImage.
326 // mCropRect is the crop rectangle passed to EGL when mEglImage
429 // mEglImage is the EGLImage created from mGraphicBuffer.
430 sp<EglImage> mEglImage; member in struct:android::GLConsumer::EglSlot

Completed in 61 milliseconds