[go: nahoru, domu]

Searched defs:mInPixelsAllocation (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DTestBase.java32 protected Allocation mInPixelsAllocation; field in class:TestBase
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DTestBase.java43 protected Allocation mInPixelsAllocation; field in class:TestBase
70 mInPixelsAllocation = ipact.mInPixelsAllocation;
H A DScriptGroupTestActivity.java55 Allocation mInPixelsAllocation; field in class:ScriptGroupTestActivity
191 mInPixelsAllocation = Allocation.createFromBitmapResource(
193 mBitmapOut = Bitmap.createBitmap(mInPixelsAllocation.getType().getX(),
194 mInPixelsAllocation.getType().getY(),
229 mInPixelsAllocation = null;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DTestBase.java43 protected Allocation mInPixelsAllocation; field in class:TestBase
110 mInPixelsAllocation = ipact.mInPixelsAllocation;
H A DImageProcessingActivity.java54 Allocation mInPixelsAllocation; field in class:ImageProcessingActivity
408 mInPixelsAllocation = Allocation.createFromBitmapResource(
412 mBitmapOut = Bitmap.createBitmap(mInPixelsAllocation.getType().getX(),
413 mInPixelsAllocation.getType().getY(),
465 mInPixelsAllocation = null;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DTestBase.java33 protected Allocation mInPixelsAllocation; field in class:TestBase
90 mInPixelsAllocation = ipact.mProcessor.mInPixelsAllocation;
H A DImageProcessingActivity2.java149 Allocation mInPixelsAllocation; field in class:ImageProcessingActivity2.Processor
205 mInPixelsAllocation = Allocation.createFromBitmapResource(
213 mInPixelsAllocation = Allocation.createFromBitmapResource(
221 mInPixelsAllocation = Allocation.createFromBitmapResource(
248 mInPixelsAllocation = Allocation.createFromBitmapResource(
254 mInPixelsAllocation = Allocation.createFromBitmapResource(
260 mInPixelsAllocation = Allocation.createFromBitmapResource(
267 mOutDisplayAllocationIO = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
543 mInPixelsAllocation.destroy();
562 mInPixelsAllocation
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DTestBase.java34 protected Allocation mInPixelsAllocation; field in class:TestBase
91 mInPixelsAllocation = ipact.mProcessor.mInPixelsAllocation;
H A DImageProcessingActivityJB.java150 Allocation mInPixelsAllocation; field in class:ImageProcessingActivityJB.Processor
199 mInPixelsAllocation = Allocation.createFromBitmapResource(
205 mInPixelsAllocation = Allocation.createFromBitmapResource(
211 mInPixelsAllocation = Allocation.createFromBitmapResource(
217 mInPixelsAllocation = Allocation.createFromBitmapResource(
226 mOutDisplayAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
234 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
461 mInPixelsAllocation.destroy();
474 mInPixelsAllocation = null;

Completed in 126 milliseconds