Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java386 emitDoubleArray(store, limits, KEY_VIEWPORT_BOUNDS_RANGE); in emitDevices()
419 emitDoubleArray(store, limits, KEY_POINT_SIZE_RANGE); in emitDevices()
420 emitDoubleArray(store, limits, KEY_LINE_WIDTH_RANGE); in emitDevices()
660 private static void emitDoubleArray(DeviceInfoStore store, JSONObject parent, String name) in emitDoubleArray() method in VulkanDeviceInfo