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

/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp64 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create()); local
65 int_allocation3->copy3DRangeFrom(0, 0, 0, 2, 2, 2, buffer_int3);
66 s->set_allocation_3D_global(int_allocation3);
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java94 Allocation int_allocation3 = Allocation.createTyped(mRS, typeI32Builder3D.create());
95 int_allocation3.copyFrom(buffer_int3);
96 mScript.set_allocation_3D_global(int_allocation3);
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp73 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create()); local
74 int_allocation3->copy3DRangeFrom(0, 0, 0, 2, 2, 2, buffer_int3);
75 s->set_allocation_3D_global(int_allocation3);

Completed in 1414 milliseconds