HomeSort by relevance Sort by last modified time
    Searched defs:IntInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/config/
gpu_control_list_number_info_unittest.cc 16 typedef GpuControlList::IntInfo IntInfo;
135 IntInfo info(op[i], value1, value2);
144 IntInfo info("=", value[i], std::string());
158 IntInfo info(op[i], std::string(), std::string());
162 IntInfo info("between", "3", std::string());
173 IntInfo info("=", value[i], std::string());
180 IntInfo info("=", "3", std::string());
185 IntInfo info(">", "3", std::string());
191 IntInfo info("<=", "3", std::string())
    [all...]
gpu_control_list.h 239 class GPU_EXPORT IntInfo {
241 IntInfo(const std::string& int_op,
245 // Determines if a given int is included in the IntInfo.
248 // Determines if the IntInfo contains valid information.
474 scoped_ptr<IntInfo> gl_reset_notification_strategy_info_;
481 scoped_ptr<IntInfo> gpu_count_info_;
gpu_control_list.cc 351 GpuControlList::IntInfo::IntInfo(const std::string& int_op,
369 bool GpuControlList::IntInfo::Contains(int value) const {
389 bool GpuControlList::IntInfo::IsValid() const {
961 new IntInfo(op, int_string, int_string2));
    [all...]

Completed in 525 milliseconds