Searched refs:isPrecisionLossAllowed (Results 1 – 4 of 4) sorted by relevance
23 XCTAssertFalse(delegate.options.isPrecisionLossAllowed) in testInitDefaultGPUDelegateOptions()29 options.isPrecisionLossAllowed = true in testInitWithCustomGPUDelegateOptions()32 XCTAssertTrue(delegate.options.isPrecisionLossAllowed) in testInitWithCustomGPUDelegateOptions()69 XCTAssertFalse(options.isPrecisionLossAllowed) in testInitWithDefaultValues()75 options.isPrecisionLossAllowed = true in testInitWithCustomValues()77 XCTAssertTrue(options.isPrecisionLossAllowed) in testInitWithCustomValues()86 options1.isPrecisionLossAllowed = true in testEquatable()87 options2.isPrecisionLossAllowed = true in testEquatable()94 options2.isPrecisionLossAllowed = false in testEquatable()96 options1.isPrecisionLossAllowed = false in testEquatable()
36 delegateOptions.allow_precision_loss = options.isPrecisionLossAllowed52 public var isPrecisionLossAllowed = false variable56 get { return isPrecisionLossAllowed }57 set(value) { isPrecisionLossAllowed = value }
50 @property(nonatomic, getter=isPrecisionLossAllowed) BOOL precisionLossAllowed;
252 options.isPrecisionLossAllowed = false