OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createRandomIntegerAllocation
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.java
274
Allocation inV =
createRandomIntegerAllocation
(mRS, Element.DataType.SIGNED_8, 2, 0x5861e2161f489286l, true, 7);
346
Allocation inV =
createRandomIntegerAllocation
(mRS, Element.DataType.SIGNED_8, 3, 0x5863ab311563b364l, true, 7);
418
Allocation inV =
createRandomIntegerAllocation
(mRS, Element.DataType.SIGNED_8, 4, 0x5865744c0b7ed442l, true, 7);
495
Allocation inV =
createRandomIntegerAllocation
(mRS, Element.DataType.UNSIGNED_8, 2, 0x7d30021dbb20ac31l, false, 8);
567
Allocation inV =
createRandomIntegerAllocation
(mRS, Element.DataType.UNSIGNED_8, 3, 0x7d31cb38b13bcd0fl, false, 8);
639
Allocation inV =
createRandomIntegerAllocation
(mRS, Element.DataType.UNSIGNED_8, 4, 0x7d339453a756ededl, false, 8);
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java
200
protected Allocation
createRandomIntegerAllocation
(RenderScript rs, Element.DataType dataType,
Completed in 250 milliseconds