Home
last modified time | relevance | path

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

/cts/tests/mediapc/src/android/mediapc/cts/
DVulkanTest.java91 final boolean hasProtectedMemory = filteredDevices.stream().allMatch( in checkVulkanProtectedMemoryAndGlobalPrioritySupport()
92 this::hasProtectedMemory); in checkVulkanProtectedMemoryAndGlobalPrioritySupport()
95 req.setVkPhysicalDeviceProtectedMemory(hasProtectedMemory); in checkVulkanProtectedMemoryAndGlobalPrioritySupport()
130 private boolean hasProtectedMemory(JSONObject device) { in hasProtectedMemory() method in VulkanTest