Home | History | Annotate | Download | only in drm_hwcomposer

Lines Matching refs:display_

58       : display_(display), image_(image) {
63 display_ = rhs.display_;
65 rhs.display_ = EGL_NO_DISPLAY;
76 std::swap(display_, rhs.display_);
83 display_ = display;
89 eglDestroyImageKHR(display_, image_);
90 display_ = EGL_NO_DISPLAY;
100 EGLDisplay display_ = EGL_NO_DISPLAY;