Home
last modified time | relevance | path

Searched refs:mBitmapIn (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java26 private Bitmap mBitmapIn; field in HelloComputeNDK
40 mBitmapIn = loadBitmap(R.drawable.data); in onCreate()
41 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(), in onCreate()
42 mBitmapIn.getConfig()); in onCreate()
45 in.setImageBitmap(mBitmapIn); in onCreate()
51 mBitmapIn.getWidth(), mBitmapIn.getHeight(), in onCreate()
52 mBitmapIn, mBitmapOut); in onCreate() local
/aosp12/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
41 mBitmapIn = Bitmap.createBitmap(8, 8, Bitmap.Config.ARGB_8888); in onCreate()
42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate()
43 mBitmapIn.getHeight(), mBitmapIn.getConfig()); in onCreate()
58 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); in createScript()
/aosp12/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
41 mBitmapIn = Bitmap.createBitmap(8, 8, Bitmap.Config.ARGB_8888); in onCreate()
42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate()
43 mBitmapIn.getHeight(), mBitmapIn.getConfig()); in onCreate()
58 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); in createScript()
/aosp12/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
42 mBitmapIn = Bitmap.createBitmap(500, 500, Bitmap.Config.ARGB_8888); in onCreate()
43 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate()
44 mBitmapIn.getHeight(), mBitmapIn.getConfig()); in onCreate()
59 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); in createScript()
/aosp12/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
H A DMainActivity.java36 private Bitmap mBitmapIn; field in MainActivity
56 mBitmapIn = Bitmap.createBitmap(500, 500, Bitmap.Config.ARGB_8888); in onCreate()
59 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate()
60 mBitmapIn.getHeight(), mBitmapIn.getConfig()); in onCreate()
97 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); in createScript()
/aosp12/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java27 private Bitmap mBitmapIn; field in MainActivity
42 mBitmapIn = Bitmap.createBitmap(500, 500, Bitmap.Config.ARGB_8888); in onCreate()
43 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), in onCreate()
44 mBitmapIn.getHeight(), mBitmapIn.getConfig()); in onCreate()
59 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); in createScript()
/aosp12/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java94 private Bitmap mBitmapIn; field in MainActivity
103 mBitmapIn = Bitmap.createBitmap(64, 64, Bitmap.Config.ARGB_8888); in onCreate()
104 …mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(), mBitmapIn.getConfig(… in onCreate()
424 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); in runScript()
/aosp12/frameworks/rs/tests/lldb/jni/Allocations/src/com/android/rs/jniallocations/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
/aosp12/frameworks/rs/tests/lldb/jni/BranchingFunCalls/src/com/android/rs/jnibranchingfuncalls/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
/aosp12/frameworks/rs/tests/lldb/jni/DebugWaitAttach/src/com/android/rs/jniwaitattachdebug/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
/aosp12/frameworks/rs/tests/lldb/jni/InfiniteLoop/src/com/android/rs/jniinfiniteloop/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
/aosp12/frameworks/rs/tests/lldb/jni/KernelVariables/src/com/android/rs/jnikernelvariables/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
/aosp12/frameworks/rs/tests/lldb/jni/MultipleRSFiles/src/com/android/rs/jnimultiplersfiles/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity
/aosp12/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/src/com/android/rs/jninodebugwaitattach/
H A DMainActivity.java26 private Bitmap mBitmapIn; field in MainActivity