Searched refs:x_pixmap_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_decode_accelerator.cc92 return x_pixmap_;
118 Pixmap x_pixmap_; member in class:content::VaapiVideoDecodeAccelerator::TFPPicture
135 x_pixmap_(0),
169 x_pixmap_ = XCreatePixmap(x_display_, RootWindow(x_display_, screen),
171 if (!x_pixmap_) {
182 glx_pixmap_ = glXCreatePixmap(x_display_, fb_config, x_pixmap_, pixmap_attr);
184 // x_pixmap_ will be freed in the destructor.
200 if (x_pixmap_)
201 XFreePixmap(x_display_, x_pixmap_);
207 DCHECK(x_pixmap_);
[all...]

Completed in 187 milliseconds