Home
last modified time | relevance | path

Searched refs:mOutAllocation (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/
DMainActivity.java32 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/
DMainActivity.java32 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/
DMainActivity.java32 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/
DMainActivity.java33 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/
DMainActivity.java26 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/
DMainActivity.java28 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/
DAllocations.cpp350 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/
Djniallocations.cpp360 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()