Searched refs:mInPixelsAllocation2 (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest() 114 …age2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().g… in runTest()
|
D | TestBase.java | 34 protected Allocation mInPixelsAllocation2; field in TestBase 91 mInPixelsAllocation2 = ipact.mProcessor.mInPixelsAllocation2; in createBaseTest()
|
D | ImageProcessingActivity2.java | 150 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/ |
D | TestBase.java | 35 protected Allocation mInPixelsAllocation2; field in TestBase 92 mInPixelsAllocation2 = ipact.mProcessor.mInPixelsAllocation2; in createBaseTest()
|
D | Blend.java | 71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest() 121 …age2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().g… in runTest()
|
D | ImageProcessingActivityJB.java | 153 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/ |
D | Blend.java | 71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest() 122 …age2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().g… in runTest()
|
D | TestBase.java | 44 protected Allocation mInPixelsAllocation2; field in TestBase 111 mInPixelsAllocation2 = ipact.mInPixelsAllocation2; in createBaseTest()
|
D | ImageProcessingActivity.java | 55 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/ |
D | TestBase.java | 33 protected Allocation mInPixelsAllocation2; field in TestBase
|