Searched refs:mInAllocation (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/
H A DMainActivity.java25 private Allocation mInAllocation; field in class:MainActivity
46 mInAllocation = Allocation.createSized(mRS, e, mAllocSize);
59 mInAllocation.copy1DRangeFrom(0, mAllocSize, init);
60 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/
H A DMainActivity.java31 private Allocation mInAllocation; field in class:MainActivity
58 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
67 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation);
69 mScript.forEach_other_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/
H A DMainActivity.java31 private Allocation mInAllocation; field in class:MainActivity
59 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
69 mFirstScript.forEach_first_kernel(mInAllocation, mOutAllocation);
71 mSecondScript.forEach_second_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/
H A DMainActivity.java31 private Allocation mInAllocation; field in class:MainActivity
58 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
67 mScript.forEach_simple_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java32 private Allocation mInAllocation; field in class:MainActivity
59 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
81 mScript.set_allocation_2D_global(mInAllocation);
107 mScript.forEach_kernel(mInAllocation, mOutAllocation);
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
H A DMainActivity.java42 private Allocation mInAllocation; field in class:MainActivity
97 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
131 mScript.forEach_simple_kernel(mInAllocation, mOutAllocations[index]);
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp340 sp<Allocation> mInAllocation = Allocation::createTyped(mRS, typeRGBA_888Builder.create()); local
347 mInAllocation->copy1DRangeFrom(0, image_area, zero_buffer);
355 mScript->forEach_swizzle_kernel(mInAllocation, mOutAllocation);
382 mInAllocation = mUShortAllocation; // Host side assignment
385 mScript->forEach_square_kernel(mInAllocation, mUIntAllocation);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java27 private Allocation mInAllocation; // script input field in class:MainActivity
424 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
434 mScript.forEach_swizzle_kernel(mInAllocation, mOutAllocation);
480 mInAllocation = mUShortAllocation; // Host side assignment
483 mScript.forEach_square_kernel(mInAllocation, mUIntAllocation);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp350 sp<Allocation> mInAllocation = Allocation::createTyped(mRS, typeRGBA_888Builder.create()); local
357 mInAllocation->copy1DRangeFrom(0, image_area, zero_buffer);
365 mScript->forEach_swizzle_kernel(mInAllocation, mOutAllocation);
392 mInAllocation = mUShortAllocation; // Host side assignment
395 mScript->forEach_square_kernel(mInAllocation, mUIntAllocation);

Completed in 4162 milliseconds