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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 27 class XServerPixelBuffer {
29 XServerPixelBuffer();
30 ~XServerPixelBuffer();
80 DISALLOW_COPY_AND_ASSIGN(XServerPixelBuffer);
x_server_pixel_buffer.cc 62 XServerPixelBuffer::XServerPixelBuffer()
68 XServerPixelBuffer::~XServerPixelBuffer() {
72 void XServerPixelBuffer::Release() {
96 bool XServerPixelBuffer::Init(Display* display, Window window) {
116 void XServerPixelBuffer::InitShm(const XWindowAttributes& attributes) {
176 bool XServerPixelBuffer::InitPixmaps(int depth) {
216 bool XServerPixelBuffer::IsWindowValid() const {
228 void XServerPixelBuffer::Synchronize()
    [all...]

Completed in 235 milliseconds