Home
last modified time | relevance | path

Searched refs:mInt3Allocation (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp46 sp<Allocation> mInt3Allocation; // int3 variable
109 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
155 mInt3Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_int); in initSignedAllocations()
369 mInt3Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp50 sp<Allocation> mInt3Allocation; // int3 variable
113 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
159 mInt3Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_int); in initSignedAllocations()
379 mInt3Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java57 private Allocation mInt3Allocation; // int3 field in MainActivity
156 mInt3Allocation = Allocation.createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
205 mInt3Allocation.copyFrom(buffer_int); in initSignedAllocations()
459 mInt3Allocation.destroy(); in runScript()