HomeSort by relevance Sort by last modified time
    Searched refs:OsType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/config/
gpu_control_list.h 26 enum OsType {
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_;
290 bool Contains(OsType os_type, const std::string& os_version,
297 // Returns the OsType.
298 OsType GetOsType() const
    [all...]
gpu_control_list_entry_unittest.cc 129 const GpuControlList::OsType os_type[] = {
157 const GpuControlList::OsType os_type[] = {
190 const GpuControlList::OsType os_type[] = {
222 const GpuControlList::OsType os_type[] = {
281 const GpuControlList::OsType os_type[] = {
308 const GpuControlList::OsType os_type[] = {
489 const GpuControlList::OsType os_type[] = {
516 const GpuControlList::OsType os_type[] = {
gpu_control_list_os_info_unittest.cc 27 const GpuControlList::OsType os_type[] = {
125 const GpuControlList::OsType os_type[] = {
gpu_control_list.cc 224 OsType type, const std::string& version) const {
243 GpuControlList::OsType GpuControlList::OsInfo::type() const {
247 GpuControlList::OsType GpuControlList::OsInfo::StringToOsType(
    [all...]

Completed in 580 milliseconds