D | feature_support_util.cpp | 423 class GPU class 426 GPU(const std::string vendor, uint32_t deviceId, const Version &version) in GPU() function in angle::GPU 429 GPU(const std::string vendor, uint32_t deviceId) in GPU() function in angle::GPU 432 GPU(const std::string vendor) : mVendor(vendor), mDeviceId(), mVersion(), mWildcard(false) {} in GPU() function in angle::GPU 433 GPU() : mVendor(), mDeviceId(), mVersion(), mWildcard(true) {} in GPU() function in angle::GPU 434 bool match(const GPU &toCheck) const in match() 450 ~GPU() {} in ~GPU() 452 static GPU *CreateGpuFromJson(const Json::Value &jObject) in CreateGpuFromJson() 454 GPU *gpu = nullptr; in CreateGpuFromJson() 467 gpu = new GPU(vendor, deviceId, *version); in CreateGpuFromJson() [all …]
|