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

/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp40 sp<Allocation> int_allocation = Allocation::createSized(rs, Element::I32(rs), 4); local
41 int_allocation->copy1DRangeFrom(0, 4, buffer_int);
42 s->set_allocation_1D_global(int_allocation);
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java67 Allocation int_allocation = Allocation.createSized(mRS, Element.I32(mRS), 4);
68 int_allocation.copyFrom(buffer_int);
69 mScript.set_allocation_1D_global(int_allocation);
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp49 sp<Allocation> int_allocation = Allocation::createSized(rs, Element::I32(rs), 4); local
50 int_allocation->copy1DRangeFrom(0, 4, buffer_int);
51 s->set_allocation_1D_global(int_allocation);

Completed in 122 milliseconds