Searched refs:AutoEGLDisplayImage (Results 1 – 3 of 3) sorted by relevance
54 struct AutoEGLDisplayImage { struct55 AutoEGLDisplayImage() = default;57 AutoEGLDisplayImage(EGLDisplay display, EGLImageKHR image) in AutoEGLDisplayImage() argument61 AutoEGLDisplayImage(const AutoEGLDisplayImage& rhs) = delete;62 AutoEGLDisplayImage(AutoEGLDisplayImage&& rhs) { in AutoEGLDisplayImage() argument69 ~AutoEGLDisplayImage() { in ~AutoEGLDisplayImage() argument73 AutoEGLDisplayImage& operator=(const AutoEGLDisplayImage& rhs) = delete; argument74 AutoEGLDisplayImage& operator=(AutoEGLDisplayImage&& rhs) {105 AutoEGLDisplayImage image; argument
56 AutoEGLDisplayImage egl_fb_image;60 CachedFramebuffer(const sp<GraphicBuffer> &gb, AutoEGLDisplayImage &&image,
709 const sp<GraphicBuffer> &gb, AutoEGLDisplayImage &&image, in CachedFramebuffer()753 AutoEGLDisplayImage egl_fb_image( in PrepareAndCacheFramebuffer()