HomeSort by relevance Sort by last modified time
    Searched refs:mEglImage (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/
GLConsumer.cpp 381 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
428 err = mEglSlots[slot].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
459 sp<EglImage> nextTextureImage = mEglSlots[slot].mEglImage;
    [all...]
  /frameworks/native/include/gui/
GLConsumer.h 337 // mEglImage is the EGLImage created from mGraphicBuffer.
338 EGLImageKHR mEglImage;
340 // mEGLDisplay is the EGLDisplay that was used to create mEglImage.
343 // mCropRect is the crop rectangle passed to EGL when mEglImage
446 // mEglImage is the EGLImage created from mGraphicBuffer.
447 sp<EglImage> mEglImage;

Completed in 70 milliseconds