Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java82 private Allocation mFloat3Allocation; // float3 field in MainActivity
328 mFloat3Allocation = Allocation.createSized(mRS, Element.F32_3(mRS), mAllocSize / 4); in createFloatAllocations()
382 mFloat3Allocation.copyFrom(buffer_float); in initFloatAllocations()
419 mFloat3Allocation.copyFrom(buffer_float); in overwriteFloatAllocations()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp71 sp<Allocation> mFloat3Allocation; // float3 variable
270 mFloat3Allocation = Allocation::createSized(mRS, Element::F32_3(mRS), mAllocSize / 4); in createFloatAllocations()
315 mFloat3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_float); in initFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp75 sp<Allocation> mFloat3Allocation; // float3 variable
274 mFloat3Allocation = Allocation::createSized(mRS, Element::F32_3(mRS), mAllocSize / 4); in createFloatAllocations()
319 mFloat3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_float); in initFloatAllocations()