OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllocationIn
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
RsPackColorTo8888Test.java
75
Allocation
mAllocationIn
= Allocation.createSized(mRS, Element.F32_3(mRS), INPUTSIZE);
81
mAllocationIn
.copy1DRangeFrom(0, INPUTSIZE, inArray);
83
forEach(testId,
mAllocationIn
, mAllocationOut);
100
mAllocationIn
.destroy();
105
Allocation
mAllocationIn
= Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
111
mAllocationIn
.copy1DRangeFrom(0, INPUTSIZE, inArray);
113
forEach(testId,
mAllocationIn
, mAllocationOut);
130
mAllocationIn
.destroy();
RsUnpackColor8888Test.java
43
Allocation
mAllocationIn
= Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
52
mAllocationIn
.copy1DRangeFrom(0, INPUTSIZE, inArray);
54
forEach(0,
mAllocationIn
, mAllocationOut);
71
mAllocationIn
.destroy();
Completed in 3927 milliseconds