Home
last modified time | relevance | path

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

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