HomeSort by relevance Sort by last modified time
    Searched full:pictformat (Results 1 - 2 of 2) 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;
204 XRenderPictFormat* pictformat = XRenderFindVisualFormat( local
207 CHECK(pictformat) << "XRender does not support default visual"
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 1417 static XRenderPictFormat* pictformat = NULL; local
1464 XRenderPictFormat* pictformat = XRenderFindVisualFormat(dpy, visual); local
    [all...]

Completed in 64 milliseconds