Home
last modified time | relevance | path

Searched defs:IsApple (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/
Ddriver_utils.h54 inline bool IsApple(uint32_t vendorId) in IsApple() function
183 inline bool IsApple() in IsApple() function
/external/angle/src/gpu_info_util/
DSystemInfo.cpp165 bool IsApple(VendorID vendorId) in IsApple() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc387 bool GpuInfo::IsApple() const { return vendor == GpuVendor::kApple; } in IsApple() function in tflite::gpu::GpuInfo