Searched refs:mUInt3Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 51 sp<Allocation> mUInt3Allocation; // uint3 variable 198 mUInt3Allocation = Allocation::createSized(mRS, Element::U32_3(mRS), mAllocSize / 4); in createUnsignedAllocations() 241 mUInt3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int); in initUnsignedAllocations() 399 mUInt3Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 55 sp<Allocation> mUInt3Allocation; // uint3 variable 202 mUInt3Allocation = Allocation::createSized(mRS, Element::U32_3(mRS), mAllocSize / 4); in createUnsignedAllocations() 245 mUInt3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int); in initUnsignedAllocations() 409 mUInt3Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 62 private Allocation mUInt3Allocation; // uint3 field in MainActivity 252 mUInt3Allocation = Allocation.createSized(mRS, Element.U32_3(mRS), mAllocSize / 4); in createUnsignedAllocations() 297 mUInt3Allocation.copyFrom(buffer_int); in initUnsignedAllocations() 506 mUInt3Allocation.destroy(); in runScript()
|