Searched refs:emitDouble (Results 1 – 1 of 1) sorted by relevance
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 635 emitDouble(store, limits, KEY_MAX_SAMPLER_LOD_BIAS); in emitDevices() 636 emitDouble(store, limits, KEY_MAX_SAMPLER_ANISOTROPY); in emitDevices() 649 emitDouble(store, limits, KEY_MIN_INTERPOLATION_OFFSET); in emitDevices() 650 emitDouble(store, limits, KEY_MAX_INTERPOLATION_OFFSET); in emitDevices() 667 emitDouble(store, limits, KEY_TIMESTAMP_PERIOD); in emitDevices() 674 emitDouble(store, limits, KEY_POINT_SIZE_GRANULARITY); in emitDevices() 675 emitDouble(store, limits, KEY_LINE_WIDTH_GRANULARITY); in emitDevices() 1314 private static void emitDouble(DeviceInfoStore store, JSONObject parent, String name) in emitDouble() method in VulkanDeviceInfo
|