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

/external/chromium_org/gpu/config/
H A Dgpu_control_list.h26 enum OsType { enum in class:gpu::GpuControlList
58 OsType os, std::string os_version, const GPUInfo& gpu_info);
183 bool Contains(OsType type, const std::string& version) const;
188 OsType type() const;
190 // Maps string to OsType; returns kOsUnknown if it's not a valid os.
191 static OsType StringToOsType(const std::string& os);
194 OsType type_;
297 bool Contains(OsType os_type, const std::string& os_version,
304 // Returns the OsType.
305 OsType GetOsTyp
[all...]
H A Dgpu_control_list_os_info_unittest.cc27 const GpuControlList::OsType os_type[] = {
85 const GpuControlList::OsType os_type[] = {
H A Dgpu_control_list_entry_unittest.cc130 const GpuControlList::OsType os_type[] = {
158 const GpuControlList::OsType os_type[] = {
191 const GpuControlList::OsType os_type[] = {
223 const GpuControlList::OsType os_type[] = {
282 const GpuControlList::OsType os_type[] = {
309 const GpuControlList::OsType os_type[] = {
388 const GpuControlList::OsType os_type[] = {
415 const GpuControlList::OsType os_type[] = {
442 const GpuControlList::OsType os_type[] = {
H A Dgpu_control_list.cc227 bool GpuControlList::OsInfo::Contains(OsType type,
240 GpuControlList::OsType GpuControlList::OsInfo::type() const {
244 GpuControlList::OsType GpuControlList::OsInfo::StringToOsType(
1040 OsType os_type, const std::string& os_version,
1161 GpuControlList::OsType GpuControlList::GpuControlListEntry::GetOsType() const {
1275 OsType my_os = GetOsType();
1277 OsType entry_os = entries[i]->GetOsType();
1288 GpuControlList::OsType os,
1373 GpuControlList::OsType GpuControlList::GetOsType() {

Completed in 123 milliseconds