HomeSort by relevance Sort by last modified time
    Searched refs:shm_gc_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 78 GC shm_gc_; member in class:webrtc::XServerPixelBuffer
x_server_pixel_buffer.cc 65 shm_segment_info_(NULL), shm_pixmap_(0), shm_gc_(NULL) {
81 if (shm_gc_) {
82 XFreeGC(display_, shm_gc_);
83 shm_gc_ = NULL;
201 shm_gc_ = XCreateGC(display_, window_,
208 shm_gc_ = 0; // See shm_pixmap_ comment above.
245 XCopyArea(display_, window_, shm_pixmap_, shm_gc_,

Completed in 520 milliseconds