Home
last modified time | relevance | path

Searched refs:CachedPictFormats (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/base/x/
Dx11_util.cc85 typedef std::list<CachedPictFormat> CachedPictFormats; typedef
88 CachedPictFormats* get_cached_pict_formats() { in get_cached_pict_formats()
89 static CachedPictFormats* formats = NULL; in get_cached_pict_formats()
91 formats = new CachedPictFormats(); in get_cached_pict_formats()
1455 CachedPictFormats* formats = get_cached_pict_formats(); in GetRenderVisualFormat()
1457 for (CachedPictFormats::const_iterator i = formats->begin(); in GetRenderVisualFormat()