Searched refs:mFloatAllocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 80 private Allocation mFloatAllocation; // float field in MainActivity 324 mFloatAllocation = Allocation.createSized(mRS, Element.F32(mRS), mAllocSize); in createFloatAllocations() 380 mFloatAllocation.copyFrom(buffer_float); in initFloatAllocations() 417 mFloatAllocation.copyFrom(buffer_float); in overwriteFloatAllocations()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 69 sp<Allocation> mFloatAllocation; // float variable 268 mFloatAllocation = Allocation::createSized(mRS, Element::F32(mRS), mAllocSize); in createFloatAllocations() 313 mFloatAllocation->copy1DRangeFrom(0, mAllocSize, buffer_float); in initFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 73 sp<Allocation> mFloatAllocation; // float variable 272 mFloatAllocation = Allocation::createSized(mRS, Element::F32(mRS), mAllocSize); in createFloatAllocations() 317 mFloatAllocation->copy1DRangeFrom(0, mAllocSize, buffer_float); in initFloatAllocations()
|