HomeSort by relevance Sort by last modified time
    Searched refs:mScratchPixelsAllocation1 (Results 1 - 11 of 11) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
UsageIO.java 34 private Allocation mScratchPixelsAllocation1;
51 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_OUTPUT | Allocation.USAGE_SCRIPT);
55 mScratchPixelsAllocation1.setSurface(s);
59 mScratchPixelsAllocation1.copyFrom(mInPixelsAllocation);
60 mScratchPixelsAllocation1.ioSend();
Blur25.java 38 private Allocation mScratchPixelsAllocation1;
79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
88 mScript.set_ScratchPixel1(mScratchPixelsAllocation1);
97 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1);
Blur25G.java 40 private Allocation mScratchPixelsAllocation1;
70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
74 mCM.forEach(mInPixelsAllocation, mScratchPixelsAllocation1);
78 mIntrinsic.setInput(mScratchPixelsAllocation1);
GroupTest.java 35 private Allocation mScratchPixelsAllocation1;
78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
88 mConvolve.forEach(mScratchPixelsAllocation1);
89 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBlur.java 28 private Allocation mScratchPixelsAllocation1;
39 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
51 mScript.set_ScratchPixel1(mScratchPixelsAllocation1);
57 mScript.forEach_vert(mScratchPixelsAllocation1);
63 mScript.forEach_convert1_uToF(mAllocSrc, mScratchPixelsAllocation1);
67 mScript.forEach_convert4_uToF(mAllocSrc, mScratchPixelsAllocation1);
75 mScript.forEach_convert1_fToU(mScratchPixelsAllocation1, mAllocRef, lo);
79 mScript.forEach_convert4_fToU(mScratchPixelsAllocation1, mAllocRef, lo);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blur25G.java 34 private Allocation mScratchPixelsAllocation1;
64 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
68 mScript.forEach_toU8(mInPixelsAllocation, mScratchPixelsAllocation1);
72 mIntrinsic.setInput(mScratchPixelsAllocation1);
GroupTest.java 28 private Allocation mScratchPixelsAllocation1;
71 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
81 mConvolve.forEach(mScratchPixelsAllocation1);
82 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
Blur25.java 34 private Allocation mScratchPixelsAllocation1;
75 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
84 mScript.set_ScratchPixel1(mScratchPixelsAllocation1);
93 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blur25G.java 40 private Allocation mScratchPixelsAllocation1;
70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
74 mScript.forEach_toU8(mInPixelsAllocation, mScratchPixelsAllocation1);
78 mIntrinsic.setInput(mScratchPixelsAllocation1);
Blur25.java 38 private Allocation mScratchPixelsAllocation1;
79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
88 mScript.set_ScratchPixel1(mScratchPixelsAllocation1);
97 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1);
GroupTest.java 35 private Allocation mScratchPixelsAllocation1;
78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
96 mConvolve.forEach(mScratchPixelsAllocation1);
97 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);

Completed in 317 milliseconds