Searched refs:KEY_POINT_CLIPPING_PROPERTIES (Results 1 – 1 of 1) sorted by relevance
335 private static final String KEY_POINT_CLIPPING_PROPERTIES = "pointClippingProperties"; field in VulkanDeviceInfo1061 … JSONObject pointClippingProperties = device.getJSONObject(KEY_POINT_CLIPPING_PROPERTIES); in emitDevices()1062 store.startGroup(convertName(KEY_POINT_CLIPPING_PROPERTIES)); in emitDevices()1604 case KEY_POINT_CLIPPING_PROPERTIES: return "point_clipping_properties"; in convertName()