| 560 | } |
| 561 | |
| 562 | std::shared_ptr<GrDeviceManager> GrApplication::GetDeviceManager() { |
| 563 | return device_mgr_; |
| 564 | } |
| 565 | |
| 566 | bool GrApplication::CanConnectSpvrServer() { |
| 567 | cat r = spvr::SpvrDeviceApi::Ping(settings_->GetSpvrServerHost(), settings_->GetSpvrServerPort(), this->GetAppkey()); |
no outgoing calls
no test coverage detected