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

  /external/chromium_org/gpu/config/
gpu_test_config.h 57 int32 build_type() const { return build_type_; }
88 int32 build_type_; member in class:gpu::GPUTestConfig
gpu_test_config.cc 66 build_type_(kBuildTypeUnknown) {
90 build_type_ = build_type;
123 if (config.build_type_ != kBuildTypeUnknown &&
124 build_type_ != kBuildTypeUnknown &&
125 (build_type_ & config.build_type_) == 0)

Completed in 72 milliseconds