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.java258 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_8, 2, 0x1f489286l, tru… in checkConvertChar2Float2()
327 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_8, 3, 0x1563b364l, tru… in checkConvertChar3Float3()
396 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_8, 4, 0xb7ed442l, true… in checkConvertChar4Float4()
470 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.UNSIGNED_8, 2, 0xbb20ac31l, f… in checkConvertUchar2Float2()
539 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.UNSIGNED_8, 3, 0xb13bcd0fl, f… in checkConvertUchar3Float3()
608 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.UNSIGNED_8, 4, 0xa756ededl, f… in checkConvertUchar4Float4()
682 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_16, 2, 0xff219172l, tr… in checkConvertShort2Float2()
751 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_16, 3, 0xf53cb250l, tr… in checkConvertShort3Float3()
820 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.SIGNED_16, 4, 0xeb57d32el, tr… in checkConvertShort4Float4()
894 …Allocation inV = createRandomIntegerAllocation(mRS, Element.DataType.UNSIGNED_16, 2, 0x2c6de12bl, … 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