Searched refs:mFloat4Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 83 private Allocation mFloat4Allocation; // float4 field in MainActivity 330 mFloat4Allocation = Allocation.createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations() 383 mFloat4Allocation.copyFrom(buffer_float); in initFloatAllocations() 420 mFloat4Allocation.copyFrom(buffer_float); in overwriteFloatAllocations()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 72 sp<Allocation> mFloat4Allocation; // float4 variable 271 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations() 316 mFloat4Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_float); in initFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 76 sp<Allocation> mFloat4Allocation; // float4 variable 275 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations() 320 mFloat4Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_float); in initFloatAllocations()
|