Searched refs:CachedPictFormats (Results 1 – 1 of 1) sorted by relevance
85 typedef std::list<CachedPictFormat> CachedPictFormats; typedef88 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()