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

/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/
H A DMainActivity.java32 private Allocation mOutAllocation; field in class:MainActivity
59 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
67 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation);
68 mOutAllocation.copyTo(mBitmapOut);
69 mScript.forEach_other_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/
H A DMainActivity.java32 private Allocation mOutAllocation; field in class:MainActivity
60 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
69 mFirstScript.forEach_first_kernel(mInAllocation, mOutAllocation);
70 mOutAllocation.copyTo(mBitmapOut);
71 mSecondScript.forEach_second_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/
H A DMainActivity.java32 private Allocation mOutAllocation; field in class:MainActivity
59 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
67 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation);
68 mOutAllocation.copyTo(mBitmapOut);
/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/
H A DMainActivity.java26 private Allocation mOutAllocation; field in class:MainActivity
47 mOutAllocation = Allocation.createSized(mRS, e, mAllocSize);
60 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java33 private Allocation mOutAllocation; field in class:MainActivity
60 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
82 mScript.set_allocation_2D_global2(mOutAllocation);
107 mScript.forEach_kernel(mInAllocation, mOutAllocation);
108 mOutAllocation.copyTo(mBitmapOut);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java28 private Allocation mOutAllocation; // script output field in class:MainActivity
426 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
434 mScript.forEach_swizzle_kernel(mInAllocation, mOutAllocation);
437 mOutAllocation.copyTo(mBitmapOut);
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp350 sp<Allocation> mOutAllocation = Allocation::createTyped(mRS, typeRGBA_888Builder.create()); local
355 mScript->forEach_swizzle_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp360 sp<Allocation> mOutAllocation = Allocation::createTyped(mRS, typeRGBA_888Builder.create()); local
365 mScript->forEach_swizzle_kernel(mInAllocation, mOutAllocation);

Completed in 1943 milliseconds