Searched refs:MakeDecision (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_control_list_unittest.cc75 std::set<int> features = control_list->MakeDecision(
95 std::set<int> features = control_list->MakeDecision(
132 std::set<int> features = control_list->MakeDecision(
140 features = control_list->MakeDecision(
171 std::set<int> features = control_list->MakeDecision(
174 features = control_list->MakeDecision(
177 features = control_list->MakeDecision(
185 features = control_list->MakeDecision(
188 features = control_list->MakeDecision(
191 features = control_list->MakeDecision(
[all...]
H A Dgpu_driver_bug_list_unittest.cc63 std::set<int> bugs = list->MakeDecision(
75 std::set<int> bugs = list->MakeDecision(
H A Dgpu_switching_list_unittest.cc88 std::set<int> switching = switching_list->MakeDecision(
99 switching = switching_list->MakeDecision(
H A Dgpu_util.cc74 std::set<int> workarounds = list->MakeDecision(
H A Dgpu_blacklist_unittest.cc51 std::set<int> type = blacklist->MakeDecision(
H A Dgpu_control_list.h57 std::set<int> MakeDecision(
60 // Collects the active entries from the last MakeDecision() call.
67 // MakeDecision() call.
84 // This is computed from the last MakeDecision() call.
485 // user machine. It is updated everytime MakeDecision() is called and is
H A Dgpu_control_list.cc1287 std::set<int> GpuControlList::MakeDecision( function in class:gpu::GpuControlList
/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl_private.cc608 std::set<int> features = gpu_blacklist_->MakeDecision(
616 std::set<int> option = gpu_switching_list_->MakeDecision(
628 gpu_driver_bugs_ = gpu_driver_bug_list_->MakeDecision(

Completed in 372 milliseconds