Searched refs:allow_iosurface (Results 1 – 6 of 6) sorted by relevance
20 DesktopFrameProvider::DesktopFrameProvider(bool allow_iosurface)21 : allow_iosurface_(allow_iosurface) {
28 explicit DesktopFrameProvider(bool allow_iosurface);
42 bool allow_iosurface);
151 bool allow_iosurface)154 desktop_frame_provider_(allow_iosurface) {155 RTC_LOG(LS_INFO) << "Allow IOSurface: " << allow_iosurface;
25 options.configuration_monitor(), options.detect_updated_region(), options.allow_iosurface()));
66 bool allow_iosurface() const { return allow_iosurface_; } in allow_iosurface() function