Searched refs:AddSupportedFeature (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_blacklist.cc21 list->AddSupportedFeature("accelerated_2d_canvas",
23 list->AddSupportedFeature("gpu_compositing",
25 list->AddSupportedFeature("webgl",
27 list->AddSupportedFeature("flash_3d",
29 list->AddSupportedFeature("flash_stage3d",
31 list->AddSupportedFeature("flash_stage3d_baseline",
33 list->AddSupportedFeature("accelerated_video_decode",
35 list->AddSupportedFeature("accelerated_video_encode",
37 list->AddSupportedFeature("panel_fitting",
39 list->AddSupportedFeature("gpu_rasterizatio
[all...]
H A Dgpu_driver_bug_list.cc42 list->AddSupportedFeature(kFeatureList[i].name,
H A Dgpu_control_list_unittest.cc43 rt->AddSupportedFeature("test_feature_0", TEST_FEATURE_0);
44 rt->AddSupportedFeature("test_feature_1", TEST_FEATURE_1);
45 rt->AddSupportedFeature("test_feature_2", TEST_FEATURE_2);
H A Dgpu_control_list.h91 void AddSupportedFeature(const std::string& feature_name, int feature_id);
H A Dgpu_control_list.cc1520 void GpuControlList::AddSupportedFeature( function in class:gpu::GpuControlList

Completed in 2721 milliseconds