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

  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 35 static XRenderPictFormat* pictformat = NULL; local
36 if (pictformat)
37 return pictformat;
58 pictformat = XRenderFindFormat(dpy, kMask, &templ, 0 /* first result */);
60 if (!pictformat) {
64 pictformat = XRenderFindStandardFormat(dpy, PictStandardARGB32);
65 CHECK(pictformat) << "XRender ARGB32 not supported.";
68 return pictformat;
207 XRenderPictFormat* pictformat = XRenderFindVisualFormat( local
210 CHECK(pictformat) << "XRender does not support default visual"
    [all...]
  /external/chromium_org/content/browser/compositor/
software_output_device_x11.cc 95 XRenderPictFormat* pictformat = local
98 display_, compositor_->widget(), pictformat, 0, NULL);
  /external/chromium_org/ui/base/x/
x11_util.cc 1390 static XRenderPictFormat* pictformat = NULL; local
    [all...]

Completed in 434 milliseconds