Searched refs:mix (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestMix.rs | 28 return mix(inStart, inStop, inFraction); 34 return mix(inStart, inStop, inFraction); 40 return mix(inStart, inStop, inFraction); 46 return mix(inStart, inStop, inFraction); 52 return mix(inStart, inStop, inFraction); 58 return mix(inStart, inStop, inFraction); 64 return mix(inStart, inStop, inFraction); 70 return mix(inStart, inStop, inFraction); 76 return mix(inStart, inStop, inFraction); 82 return mix(inStart, inStop, inFraction); [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_3dlut.rs | 47 float4 yz00 = mix(v000, v100, f.x); 48 float4 yz10 = mix(v010, v110, f.x); 49 float4 yz01 = mix(v001, v101, f.x); 50 float4 yz11 = mix(v011, v111, f.x); 52 float4 z0 = mix(yz00, yz10, f.y); 53 float4 z1 = mix(yz01, yz11, f.y); 55 float4 v = mix(z0, z1, f.z);
|
D | CoreMathVerifier.java | 819 static private Target.Floaty mix(double start, double stop, double fraction, Target t) { in mix() method in CoreMathVerifier 2362 args.out = mix(args.inStartDouble, args.inStopDouble, args.inFractionDouble, t);
|