Home
last modified time | relevance | path

Searched refs:mInPixelsAllocation2 (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DBlend.java64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest()
114 …age2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().g… in runTest()
DTestBase.java34 protected Allocation mInPixelsAllocation2; field in TestBase
91 mInPixelsAllocation2 = ipact.mProcessor.mInPixelsAllocation2; in createBaseTest()
DImageProcessingActivity2.java150 Allocation mInPixelsAllocation2; field in ImageProcessingActivity2.Processor
207 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
215 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
223 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
250 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
256 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
262 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
544 mInPixelsAllocation2.destroy(); in exit()
563 mInPixelsAllocation2 = null; in exit()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DTestBase.java35 protected Allocation mInPixelsAllocation2; field in TestBase
92 mInPixelsAllocation2 = ipact.mProcessor.mInPixelsAllocation2; in createBaseTest()
DBlend.java71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest()
121 …age2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().g… in runTest()
DImageProcessingActivityJB.java153 Allocation mInPixelsAllocation2; field in ImageProcessingActivityJB.Processor
203 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
209 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
215 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
221 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
458 mInPixelsAllocation2.destroy(); in exit()
471 mInPixelsAllocation2 = null; in exit()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DBlend.java71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest()
122 …age2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().g… in runTest()
DTestBase.java44 protected Allocation mInPixelsAllocation2; field in TestBase
111 mInPixelsAllocation2 = ipact.mInPixelsAllocation2; in createBaseTest()
DImageProcessingActivity.java55 Allocation mInPixelsAllocation2; field in ImageProcessingActivity
410 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in init()
466 mInPixelsAllocation2 = null; in cleanup()
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DTestBase.java33 protected Allocation mInPixelsAllocation2; field in TestBase