Searched refs:emitDouble (Results 1 – 1 of 1) sorted by relevance
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | VulkanDeviceInfo.java | 465 emitDouble(store, limits, KEY_MAX_SAMPLER_LOD_BIAS); in emitDevices() 466 emitDouble(store, limits, KEY_MAX_SAMPLER_ANISOTROPY); in emitDevices() 479 emitDouble(store, limits, KEY_MIN_INTERPOLATION_OFFSET); in emitDevices() 480 emitDouble(store, limits, KEY_MAX_INTERPOLATION_OFFSET); in emitDevices() 497 emitDouble(store, limits, KEY_TIMESTAMP_PERIOD); in emitDevices() 504 emitDouble(store, limits, KEY_POINT_SIZE_GRANULARITY); in emitDevices() 505 emitDouble(store, limits, KEY_LINE_WIDTH_GRANULARITY); in emitDevices() 930 private static void emitDouble(DeviceInfoStore store, JSONObject parent, String name) in emitDouble() method in VulkanDeviceInfo
|