/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate() 46 mImageView.setImageBitmap(mBitmapOut); in onCreate() 59 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in createScript() 68 mOutAllocation.copyTo(mBitmapOut); in updateImage()
|
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate() 46 mImageView.setImageBitmap(mBitmapOut); in onCreate() 59 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in createScript() 68 mOutAllocation.copyTo(mBitmapOut); in updateImage()
|
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity 43 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate() 47 mImageView.setImageBitmap(mBitmapOut); in onCreate() 60 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in createScript() 70 mOutAllocation.copyTo(mBitmapOut); in updateImage()
|
/frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
D | HelloComputeNDK.java | 27 private Bitmap mBitmapOut; field in HelloComputeNDK 41 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(), in onCreate() 48 out.setImageBitmap(mBitmapOut); in onCreate() 52 mBitmapIn, mBitmapOut); in onCreate() local
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/ |
D | MainActivity.java | 28 private Bitmap mBitmapOut; field in MainActivity 43 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate() 47 mImageView.setImageBitmap(mBitmapOut); in onCreate() 60 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in createScript() 108 mOutAllocation.copyTo(mBitmapOut); in updateImage()
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | ScriptGroupTestActivity.java | 58 Bitmap mBitmapOut; field in ScriptGroupTestActivity 90 mTest.updateBitmap(mBitmapOut); 193 mBitmapOut = Bitmap.createBitmap(mInPixelsAllocation.getType().getX(), in init() 196 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in init() 199 mDisplayView.setImageBitmap(mBitmapOut); in init() 231 mBitmapOut = null; in cleanup()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | ImageProcessingActivity.java | 121 Bitmap mBitmapOut; field in ImageProcessingActivity 161 mTest.updateBitmap(mBitmapOut); 412 mBitmapOut = Bitmap.createBitmap(mInPixelsAllocation.getType().getX(), in init() 415 mBitmapOut.setHasAlpha(false); in init() 416 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in init() 419 mDisplayView.setImageBitmap(mBitmapOut); in init() 468 mBitmapOut = null; in cleanup()
|
/frameworks/rs/tests/lldb/jni/InfiniteLoop/src/com/android/rs/jniinfiniteloop/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity
|
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/src/com/android/rs/jninodebugwaitattach/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity
|
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/src/com/android/rs/jnimultiplersfiles/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity
|
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/src/com/android/rs/jnibranchingfuncalls/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity
|
/frameworks/rs/tests/lldb/jni/Allocations/src/com/android/rs/jniallocations/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity
|
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/src/com/android/rs/jniwaitattachdebug/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity
|
/frameworks/rs/tests/lldb/jni/KernelVariables/src/com/android/rs/jnikernelvariables/ |
D | MainActivity.java | 27 private Bitmap mBitmapOut; field in MainActivity
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 95 private Bitmap mBitmapOut; field in MainActivity 104 …mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(), mBitmapIn.getConfig(… in onCreate() 426 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in runScript() 437 mOutAllocation.copyTo(mBitmapOut); in runScript()
|