Home
last modified time | relevance | path

Searched refs:AutoEGLDisplayImage (Results 1 – 3 of 3) sorted by relevance

/external/drm_hwcomposer/
Dautogl.h54 struct AutoEGLDisplayImage { struct
55 AutoEGLDisplayImage() = default;
57 AutoEGLDisplayImage(EGLDisplay display, EGLImageKHR image) in AutoEGLDisplayImage() argument
61 AutoEGLDisplayImage(const AutoEGLDisplayImage& rhs) = delete;
62 AutoEGLDisplayImage(AutoEGLDisplayImage&& rhs) { in AutoEGLDisplayImage() function
69 ~AutoEGLDisplayImage() { in ~AutoEGLDisplayImage() argument
73 AutoEGLDisplayImage& operator=(const AutoEGLDisplayImage& rhs) = delete; argument
74 AutoEGLDisplayImage& operator=(AutoEGLDisplayImage&& rhs) {
105 AutoEGLDisplayImage image; argument
Dglworker.h56 AutoEGLDisplayImage egl_fb_image;
60 CachedFramebuffer(const sp<GraphicBuffer> &gb, AutoEGLDisplayImage &&image,
Dglworker.cpp703 const sp<GraphicBuffer> &gb, AutoEGLDisplayImage &&image, in CachedFramebuffer()
747 AutoEGLDisplayImage egl_fb_image( in PrepareAndCacheFramebuffer()