Searched refs:OsInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_control_list_os_info_unittest.cc15 typedef GpuControlList::OsInfo OsInfo; typedef in class:gpu::OsInfoTest
36 OsInfo info(os[i], "=", "10.6", std::string());
41 OsInfo info("any", "any", std::string(), std::string());
57 OsInfo info(os[i], std::string(), std::string(), std::string());
61 OsInfo info(os[i], "=", std::string(), std::string());
65 OsInfo info(os[i], std::string(), "10.6", std::string());
77 OsInfo info(os_cap[i], "=", "10.6", std::string());
84 OsInfo info("android", "<", "4.2", std::string());
94 OsInfo inf
[all...]
H A Dgpu_control_list.h171 class GPU_EXPORT OsInfo { class in class:gpu::GpuControlList
173 OsInfo(const std::string& os,
177 ~OsInfo();
179 // Determines if a given os/version is included in the OsInfo set.
430 scoped_ptr<OsInfo> os_info_;
H A Dgpu_control_list.cc218 GpuControlList::OsInfo::OsInfo(const std::string& os, function in class:gpu::GpuControlList::OsInfo
229 GpuControlList::OsInfo::~OsInfo() {}
231 bool GpuControlList::OsInfo::Contains(
247 bool GpuControlList::OsInfo::IsValid() const {
251 GpuControlList::OsType GpuControlList::OsInfo::type() const {
255 GpuControlList::OsType GpuControlList::OsInfo::StringToOsType(
800 os_info_.reset(new OsInfo(os, version_op, version_string, version_string2));

Completed in 559 milliseconds