Searched defs:OsType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_control_list.h26 enum OsType { enum in class:gpu::GpuControlList
56 OsType os, std::string os_version, const GPUInfo& gpu_info);
180 bool Contains(OsType type, const std::string& version) const;
185 OsType type() const;
187 // Maps string to OsType; returns kOsUnknown if it's not a valid os.
188 static OsType StringToOsType(const std::string& os);
191 OsType type_;
264 bool Contains(OsType os_type, const std::string& os_version,
271 // Returns the OsType.
272 OsType GetOsTyp
[all...]

Completed in 1084 milliseconds