[go: nahoru, domu]

Searched refs:mScratchPixelsAllocation1 (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java34 private Allocation mScratchPixelsAllocation1; field in class:UsageIO
51 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_OUTPUT | Allocation.USAGE_SCRIPT);
55 mScratchPixelsAllocation1.setSurface(s);
59 mScratchPixelsAllocation1.copyFrom(mInPixelsAllocation);
60 mScratchPixelsAllocation1.ioSend();
H A DBlur25.java38 private Allocation mScratchPixelsAllocation1; field in class:Blur25
79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
88 mScript.set_ScratchPixel1(mScratchPixelsAllocation1);
97 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1);
H A DBlur25G.java40 private Allocation mScratchPixelsAllocation1; field in class:Blur25G
70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
74 mCM.forEach(mInPixelsAllocation, mScratchPixelsAllocation1);
78 mIntrinsic.setInput(mScratchPixelsAllocation1);
H A DGroupTest.java35 private Allocation mScratchPixelsAllocation1; field in class:GroupTest
85 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
94 mConvolve.forEach(mScratchPixelsAllocation1);
95 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25.java34 private Allocation mScratchPixelsAllocation1; field in class:Blur25
75 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
84 mScript.set_ScratchPixel1(mScratchPixelsAllocation1);
93 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1);
H A DBlur25G.java34 private Allocation mScratchPixelsAllocation1; field in class:Blur25G
64 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
68 mScript.forEach_toU8(mInPixelsAllocation, mScratchPixelsAllocation1);
72 mIntrinsic.setInput(mScratchPixelsAllocation1);
H A DGroupTest.java28 private Allocation mScratchPixelsAllocation1; field in class:GroupTest
71 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
89 mConvolve.forEach(mScratchPixelsAllocation1);
90 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25G.java40 private Allocation mScratchPixelsAllocation1; field in class:Blur25G
70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
74 mScript.forEach_toU8(mInPixelsAllocation, mScratchPixelsAllocation1);
78 mIntrinsic.setInput(mScratchPixelsAllocation1);
H A DBlur25.java38 private Allocation mScratchPixelsAllocation1; field in class:Blur25
79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
88 mScript.set_ScratchPixel1(mScratchPixelsAllocation1);
97 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1);
H A DGroupTest.java35 private Allocation mScratchPixelsAllocation1; field in class:GroupTest
78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
96 mConvolve.forEach(mScratchPixelsAllocation1);
97 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);

Completed in 93 milliseconds