Searched refs:mUIntAllocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 49 sp<Allocation> mUIntAllocation; // uint variable 196 mUIntAllocation = Allocation::createSized(mRS, Element::U32(mRS), mAllocSize); in createUnsignedAllocations() 239 mUIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int); in initUnsignedAllocations() 385 mScript->forEach_square_kernel(mInAllocation, mUIntAllocation); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 53 sp<Allocation> mUIntAllocation; // uint variable 200 mUIntAllocation = Allocation::createSized(mRS, Element::U32(mRS), mAllocSize); in createUnsignedAllocations() 243 mUIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int); in initUnsignedAllocations() 395 mScript->forEach_square_kernel(mInAllocation, mUIntAllocation); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 60 private Allocation mUIntAllocation; // uint field in MainActivity 248 mUIntAllocation = Allocation.createSized(mRS, Element.U32(mRS), mAllocSize); in createUnsignedAllocations() 295 mUIntAllocation.copyFrom(buffer_int); in initUnsignedAllocations() 483 mScript.forEach_square_kernel(mInAllocation, mUIntAllocation); in runScript()
|