Home
last modified time | relevance | path

Searched refs:hasOnlyCpuDevice (Results 1 – 2 of 2) sorted by relevance

/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DVulkanTest.java172 boolean hasOnlyCpuDevice = true; in checkCpuVulkanRequirements()
177 hasOnlyCpuDevice = false; in checkCpuVulkanRequirements()
186 if (!hasOnlyCpuDevice) { in checkCpuVulkanRequirements()
334 boolean hasOnlyCpuDevice = true; in checkAndroidBaselineProfile2022Support()
338 hasOnlyCpuDevice = false; in checkAndroidBaselineProfile2022Support()
342 if (hasOnlyCpuDevice) { in checkAndroidBaselineProfile2022Support()
360 boolean hasOnlyCpuDevice = true; in checkVpAndroid15MinimumsSupport()
364 hasOnlyCpuDevice = false; in checkVpAndroid15MinimumsSupport()
368 if (hasOnlyCpuDevice) { in checkVpAndroid15MinimumsSupport()
DGpuProfilingTest.java77 "Test does not apply for devices with only CPU Vulkan support", hasOnlyCpuDevice()); in checkGpuProfilingRequirements()
85 private boolean hasOnlyCpuDevice() throws Exception { in hasOnlyCpuDevice() method in GpuProfilingTest