Searched refs:display_ (Results 1 - 25 of 74) sorted by last modified time

123

/external/deqp/framework/egl/
H A DegluCallLogWrapper.cpp190 EGLDisplayFmt (EGLDisplay display_) : display(display_) {} argument
209 EGLSurfaceFmt (EGLSurface display_) : display(display_) {} argument
228 EGLContextFmt (EGLContext display_) : display(display_) {} argument
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc26 display_(NULL),
35 if ((display_ = XOpenDisplay(NULL)) == NULL) {
40 int screen = DefaultScreen(display_);
47 if ((vi = glXChooseVisual(display_, screen, attr_list)) == NULL) {
52 context_ = glXCreateContext(display_, vi, 0, true);
60 display_, RootWindow(display_, vi->screen), vi->visual, AllocNone);
63 window_ = XCreateWindow(display_, RootWindow(display_, vi->screen), 0, 0,
69 XSetStandardProperties(display_, window
[all...]
H A Dglx_renderer.h40 Display* display_; member in class:webrtc::test::GlxRenderer
/external/chromium_org/third_party/webrtc/base/
H A Dtestutils.h596 XDisplay() : display_(XOpenDisplay(NULL)) { }
597 ~XDisplay() { if (display_) XCloseDisplay(display_); }
598 bool IsValid() const { return display_ != NULL; }
599 operator Display*() { return display_; }
601 Display* display_; member in struct:testing::XDisplay
H A Dx11windowpicker.cc85 : display_(display), original_error_handler_(NULL) {
102 XFlush(display_);
103 XSync(display_, False);
108 XFlush(display_);
109 XSync(display_, False);
118 Display* display_; member in class:rtc::XErrorSuppressor
129 : display_(NULL),
135 if (display_ != NULL) {
136 XCloseDisplay(display_);
141 if (display_ !
719 Display* display_; member in class:rtc::XWindowEnumerator
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dshared_x_display.cc20 : display_(display) {
21 assert(display_);
26 XCloseDisplay(display_);
H A Dshared_x_display.h56 Display* display() { return display_; }
74 Display* display_; member in class:webrtc::SharedXDisplay
H A Dx_server_pixel_buffer.cc63 : display_(NULL), window_(0),
78 XFreePixmap(display_, shm_pixmap_);
82 XFreeGC(display_, shm_gc_);
98 display_ = display;
102 XErrorTrap error_trap(display_);
103 if (!XGetWindowAttributes(display_, window, &attributes) ||
122 if (!XShmQueryVersion(display_, &major, &minor, &have_pixmaps)) {
132 x_image_ = XShmCreateImage(display_, default_visual, default_depth, ZPixmap,
143 XErrorTrap error_trap(display_);
144 using_shm = XShmAttach(display_, shm_segment_info
[all...]
H A Dx_server_pixel_buffer.h72 Display* display_; member in class:webrtc::XServerPixelBuffer
/external/chromium_org/tools/xdisplaycheck/
H A Dxdisplaycheck.cc39 XScopedDisplay() : display_(NULL) {}
41 if (display_) XCloseDisplay(display_);
44 void set(Display* display) { display_ = display; }
45 Display* display() { return display_; }
48 Display* display_; member in class:XScopedDisplay
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc46 host_ = WindowTreeHost::Create(gfx::Rect(display_.GetSizeInPixel()));
53 gfx::Rect bounds_in_pixel(display_.GetSizeInPixel());
54 display_.SetScaleAndBounds(device_scale_factor, bounds_in_pixel);
59 gfx::Rect bounds_in_pixel(display_.GetSizeInPixel());
61 if (IsRotationPortrait(rotation) != IsRotationPortrait(display_.rotation())) {
65 display_.set_rotation(rotation);
66 display_.SetScaleAndBounds(display_.device_scale_factor(), new_bounds);
72 gfx::Rect bounds_in_pixel(display_.GetSizeInPixel());
75 display_
[all...]
H A Dtest_screen.h74 gfx::Display display_; member in class:aura::TestScreen
/external/chromium_org/ui/base/x/
H A Dx11_util.cc1357 display_(display) {
1370 XFreeCursor(display_, cursor_);
H A Dx11_util.h356 XDisplay* display_; member in class:ui::XScopedCursor
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.cc108 : display_(gfx::GetXDisplay()),
109 window_(DefaultRootWindow(display_)),
125 XRRQueryExtension(display_, &xrandr_event_base, &error_base_ignored);
139 XGrabServer(display_);
140 screen_ = XRRGetScreenResources(display_, window_);
148 XUngrabServer(display_);
150 XFlush(display_);
153 void NativeDisplayDelegateX11::SyncWithServer() { XSync(display_, 0); }
160 CHECK(DPMSEnable(display_));
161 CHECK(DPMSForceLevel(display_, DPMSModeO
[all...]
H A Dnative_display_delegate_x11.h132 Display* display_; member in class:ui::NativeDisplayDelegateX11
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.cc85 : display_(display),
87 CHECK(display_);
91 InitializeXInput2(display_);
92 InitializeXkb(display_);
110 DCHECK(display_);
115 while (XPending(display_) && continue_stream_) {
117 XNextEvent(display_, &xevent);
127 XWindowEvent(display_, window, StructureNotifyMask, &event);
H A Dx11_event_source.h47 XDisplay* display() { return display_; }
55 XDisplay* display_; member in class:ui::X11EventSource
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_tasks.js626 FileTasks.prototype.display_ = function(combobutton) {
/external/chromium_org/ui/gl/
H A Dgl_context_android.cc45 EGLDisplay display_; member in class:gfx::__anon16923::GLNonOwnedContext
49 : GLContextReal(share_group), display_(NULL) {}
53 display_ = eglGetDisplay(EGL_DEFAULT_DISPLAY);
64 const char* extensions = eglQueryString(display_, EGL_EXTENSIONS);
H A Dgl_context_egl.cc30 display_(NULL),
51 display_ = compatible_surface->GetDisplay();
66 display_,
82 if (!eglDestroyContext(display_, context_)) {
106 if (!eglMakeCurrent(display_,
144 eglMakeCurrent(display_,
177 if (!eglSwapInterval(display_, interval)) {
184 const char* extensions = eglQueryString(display_,
H A Dgl_context_egl.h45 EGLDisplay display_; member in class:gfx::GLContextEGL
H A Dgl_context_glx.cc24 display_(NULL) {
28 return display_;
33 display_ = static_cast<XDisplay*>(compatible_surface->GetDisplay());
48 display_,
61 display_,
79 << (glXIsDirect(display_,
89 glXDestroyContext(display_,
103 display_,
136 if (!glXMakeContextCurrent(display_, 0, 0, 0))
171 display_,
[all...]
H A Dgl_context_glx.h44 XDisplay* display_; member in class:gfx::GLContextGLX
H A Dgl_fence_egl.cc13 display_ = eglGetCurrentDisplay();
14 sync_ = eglCreateSyncKHR(display_, EGL_SYNC_FENCE_KHR, NULL);
25 if (eglGetSyncAttribKHR(display_, sync_, EGL_SYNC_STATUS_KHR, &value) !=
38 eglClientWaitSyncKHR(display_, sync_, flags, time);
51 eglWaitSyncKHR(display_, sync_, flags);
58 eglDestroySyncKHR(display_, sync_);

Completed in 1789 milliseconds

123