Home
last modified time | relevance | path

Searched refs:createRandomIntegerAllocation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestConvert.java274 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_8, 2, 0x5861e2161f4892… in checkConvertChar2Float2()
346 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_8, 3, 0x5863ab311563b3… in checkConvertChar3Float3()
418 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_8, 4, 0x5865744c0b7ed4… in checkConvertChar4Float4()
495 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.UNSIGNED_8, 2, 0x7d30021dbb20… in checkConvertUchar2Float2()
567 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.UNSIGNED_8, 3, 0x7d31cb38b13b… in checkConvertUchar3Float3()
639 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.UNSIGNED_8, 4, 0x7d339453a756… in checkConvertUchar4Float4()
716 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_16, 2, 0x94ca184eff219… in checkConvertShort2Float2()
788 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_16, 3, 0x94cbe169f53cb… in checkConvertShort3Float3()
860 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_16, 4, 0x94cdaa84eb57d… in checkConvertShort4Float4()
937 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.UNSIGNED_16, 2, 0xc36979962c6… in checkConvertUshort2Float2()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBaseCompute.java200 protected Allocation createRandomIntegerAllocation(RenderScript rs, Element.DataType dataType, in createRandomIntegerAllocation() method in RSBaseCompute