Home | History | Annotate | Download | only in drm_hwcomposer

Lines Matching refs:AutoEGLDisplayImage

54 struct AutoEGLDisplayImage {
55 AutoEGLDisplayImage() = default;
57 AutoEGLDisplayImage(EGLDisplay display, EGLImageKHR image)
61 AutoEGLDisplayImage(const AutoEGLDisplayImage& rhs) = delete;
62 AutoEGLDisplayImage(AutoEGLDisplayImage&& rhs) {
69 ~AutoEGLDisplayImage() {
73 AutoEGLDisplayImage& operator=(const AutoEGLDisplayImage& rhs) = delete;
74 AutoEGLDisplayImage& operator=(AutoEGLDisplayImage&& rhs) {
105 AutoEGLDisplayImage image;