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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp346 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
392 err = mEglSlots[buf].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
433 mCurrentTextureImage = mEglSlots[buf].mEglImage;
991 mEglSlots[slotIndex].mEglImage.clear();
1059 mEglImage(EGL_NO_IMAGE_KHR),
1064 if (mEglImage != EGL_NO_IMAGE_KHR) {
1065 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1076 bool haveImage = mEglImage != EGL_NO_IMAGE_KHR;
1080 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1084 mEglImage
[all...]
/frameworks/native/include/gui/
H A DGLConsumer.h319 // mEglImage is the EGLImage created from mGraphicBuffer.
320 EGLImageKHR mEglImage; member in class:android::GLConsumer::EglImage
322 // mEGLDisplay is the EGLDisplay that was used to create mEglImage.
325 // mCropRect is the crop rectangle passed to EGL when mEglImage
428 // mEglImage is the EGLImage created from mGraphicBuffer.
429 sp<EglImage> mEglImage; member in struct:android::GLConsumer::EglSlot

Completed in 23 milliseconds