Searched refs:mOutAllocation (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/ |
D | MainActivity.java | 32 private Allocation mOutAllocation; field in MainActivity 59 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in createScript() 67 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation); in updateImage() 68 mOutAllocation.copyTo(mBitmapOut); in updateImage() 69 mScript.forEach_other_kernel(mInAllocation, mOutAllocation); in updateImage()
|
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/ |
D | MainActivity.java | 32 private Allocation mOutAllocation; field in MainActivity 60 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in createScript() 69 mFirstScript.forEach_first_kernel(mInAllocation, mOutAllocation); in updateImage() 70 mOutAllocation.copyTo(mBitmapOut); in updateImage() 71 mSecondScript.forEach_second_kernel(mInAllocation, mOutAllocation); in updateImage()
|
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/ |
D | MainActivity.java | 32 private Allocation mOutAllocation; field in MainActivity 59 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in createScript() 67 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation); in updateImage() 68 mOutAllocation.copyTo(mBitmapOut); in updateImage()
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/ |
D | MainActivity.java | 33 private Allocation mOutAllocation; field in MainActivity 60 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in createScript() 82 mScript.set_allocation_2D_global2(mOutAllocation); in updateImage() 107 mScript.forEach_kernel(mInAllocation, mOutAllocation); in updateImage() 108 mOutAllocation.copyTo(mBitmapOut); in updateImage()
|
/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/ |
D | MainActivity.java | 26 private Allocation mOutAllocation; field in MainActivity 47 mOutAllocation = Allocation.createSized(mRS, e, mAllocSize); in createScript() 60 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation); in runScript()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 28 private Allocation mOutAllocation; // script output field in MainActivity 426 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut); in runScript() 434 mScript.forEach_swizzle_kernel(mInAllocation, mOutAllocation); in runScript() 437 mOutAllocation.copyTo(mBitmapOut); in runScript()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 350 sp<Allocation> mOutAllocation = Allocation::createTyped(mRS, typeRGBA_888Builder.create()); in main() local 355 mScript->forEach_swizzle_kernel(mInAllocation, mOutAllocation); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 360 sp<Allocation> mOutAllocation = Allocation::createTyped(mRS, typeRGBA_888Builder.create()); in Java_com_android_rs_jniallocations_MainActivity_nativeRS() local 365 mScript->forEach_swizzle_kernel(mInAllocation, mOutAllocation); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|