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 359 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
405 err = mEglSlots[buf].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
446 mCurrentTextureImage = mEglSlots[buf].mEglImage;
    [all...]
  /frameworks/native/include/gui/
GLConsumer.h 320 // mEglImage is the EGLImage created from mGraphicBuffer.
321 EGLImageKHR mEglImage;
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;

Completed in 389 milliseconds