Searched refs:notCpuDevice (Results 1 – 1 of 1) sorted by relevance
87 var filteredDevices = mVulkanDevices.stream().filter(this::notCpuDevice).toList(); in checkVulkanProtectedMemoryAndGlobalPrioritySupport()101 private boolean notCpuDevice(JSONObject device) { in notCpuDevice() method in VulkanTest