Searched defs:GetPlatform (Results 1 – 5 of 5) sorted by relevance
/third_party/gn/examples/ios/build/config/ios/scripts/ | ||
D | sdk_info.py | 33 def GetPlatform(target_cpu): function |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ | ||
D | Instance.cpp | 282 dawn_platform::Platform* InstanceBase::GetPlatform() { in GetPlatform() function in dawn_native::InstanceBase |
D | Device.cpp | 593 dawn_platform::Platform* DeviceBase::GetPlatform() const { in GetPlatform() function in dawn_native::DeviceBase |
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ | ||
D | DawnPerfTest.cpp | 171 DawnPerfTestPlatform* DawnPerfTestEnvironment::GetPlatform() const { in GetPlatform() function in DawnPerfTestEnvironment |
/third_party/node/deps/v8/tools/ | ||
D | run_perf.py | 620 def GetPlatform(args): member in Platform |