Searched defs:inStart (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestMix.java | 48 public float inStart; field in TestMix.ArgumentsFloatFloatFloatFloat 55 …Allocation inStart = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x9f4beff6471d6db1l… in checkMixFloatFloatFloatFloat() local 83 …private void verifyResultsMixFloatFloatFloatFloat(Allocation inStart, Allocation inStop, Allocatio… in verifyResultsMixFloatFloatFloatFloat() 149 …Allocation inStart = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x45502e8f0a2d9ce9l… in checkMixFloat2Float2Float2Float2() local 177 …private void verifyResultsMixFloat2Float2Float2Float2(Allocation inStart, Allocation inStop, Alloc… in verifyResultsMixFloat2Float2Float2Float2() 243 …Allocation inStart = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xeb4701726b009c5l,… in checkMixFloat3Float3Float3Float3() local 271 …private void verifyResultsMixFloat3Float3Float3Float3(Allocation inStart, Allocation inStop, Alloc… in verifyResultsMixFloat3Float3Float3Float3() 337 …Allocation inStart = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xd818b19f433276a1l… in checkMixFloat4Float4Float4Float4() local 365 …private void verifyResultsMixFloat4Float4Float4Float4(Allocation inStart, Allocation inStop, Alloc… in verifyResultsMixFloat4Float4Float4Float4() 431 public short inStart; field in TestMix.ArgumentsHalfHalfHalfHalf [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 820 Target.Floaty inStart = t.newFloaty(start); in mix() local
|