Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java509 JSONArray memoryTypes = memory.getJSONArray(KEY_MEMORY_TYPES); in emitDevices() local
511 for (int memoryTypeIdx = 0; memoryTypeIdx < memoryTypes.length(); in emitDevices()
513 JSONObject memoryType = memoryTypes.getJSONObject(memoryTypeIdx); in emitDevices()