Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java80 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/
DAllocations.cpp69 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/
Djniallocations.cpp73 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()