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

/external/chromium_org/media/tools/player_x11/
H A Dx11_video_renderer.cc35 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) << "XRende
[all...]
/external/chromium_org/ui/base/x/
H A Dx11_util.cc1417 static XRenderPictFormat* pictformat = NULL; local
1418 if (pictformat)
1419 return pictformat;
1440 pictformat = XRenderFindFormat(dpy, kMask, &templ, 0 /* first result */);
1442 if (!pictformat) {
1445 pictformat = XRenderFindStandardFormat(dpy, PictStandardARGB32);
1446 CHECK(pictformat) << "XRENDER ARGB32 not supported.";
1449 return pictformat;
1464 XRenderPictFormat* pictformat = XRenderFindVisualFormat(dpy, visual); local
1465 CHECK(pictformat) << "XRENDE
[all...]

Completed in 2751 milliseconds