Searched refs:int_allocation2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp50 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create()); local
51 int_allocation2->copy2DRangeFrom(0, 0, 2, 2, buffer_int2);
52 s->set_allocation_1D_global2(int_allocation2);
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java77 Allocation int_allocation2 = Allocation.createTyped(mRS, typeI32Builder2D.create());
78 int_allocation2.copyFrom(buffer_int2);
79 mScript.set_allocation_1D_global2(int_allocation2);
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp59 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create()); local
60 int_allocation2->copy2DRangeFrom(0, 0, 2, 2, buffer_int2);
61 s->set_allocation_1D_global2(int_allocation2);

Completed in 1460 milliseconds