Searched defs:GPUTestBotConfig (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_test_config.cc146 GPUTestBotConfig::~GPUTestBotConfig() {
149 void GPUTestBotConfig::AddGPUVendor(uint32 gpu_vendor) {
154 bool GPUTestBotConfig::SetGPUInfo(const GPUInfo& gpu_info) {
164 bool GPUTestBotConfig::IsValid() const {
198 bool GPUTestBotConfig::Matches(const GPUTestConfig& config) const {
223 bool GPUTestBotConfig::Matches(const std::string& config_data) const {
232 bool GPUTestBotConfig::LoadCurrentConfig(const GPUInfo* gpu_info) {
262 bool GPUTestBotConfig::CurrentConfigMatches(const std::string& config_data) {
263 GPUTestBotConfig my_confi
[all...]
H A Dgpu_test_config.h92 class GPU_EXPORT GPUTestBotConfig : public GPUTestConfig { class in namespace:gpu
94 GPUTestBotConfig() { } function in class:gpu::GPUTestBotConfig
95 virtual ~GPUTestBotConfig();

Completed in 135 milliseconds