Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java81 private Allocation mFloat2Allocation; // float2 field in MainActivity
326 mFloat2Allocation = Allocation.createSized(mRS, Element.F32_2(mRS), mAllocSize / 2); in createFloatAllocations()
381 mFloat2Allocation.copyFrom(buffer_float); in initFloatAllocations()
418 mFloat2Allocation.copyFrom(buffer_float); in overwriteFloatAllocations()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp70 sp<Allocation> mFloat2Allocation; // float2 variable
269 mFloat2Allocation = Allocation::createSized(mRS, Element::F32_2(mRS), mAllocSize / 2); in createFloatAllocations()
314 mFloat2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_float); in initFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp74 sp<Allocation> mFloat2Allocation; // float2 variable
273 mFloat2Allocation = Allocation::createSized(mRS, Element::F32_2(mRS), mAllocSize / 2); in createFloatAllocations()
318 mFloat2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_float); in initFloatAllocations()