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

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java83 private Allocation mFloat4Allocation; // float4 field in class:MainActivity
330 mFloat4Allocation = Allocation.createTyped(mRS, typeF32_4Builder.create());
383 mFloat4Allocation.copyFrom(buffer_float);
420 mFloat4Allocation.copyFrom(buffer_float);
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp72 sp<Allocation> mFloat4Allocation; // float4 variable
271 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create());
316 mFloat4Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_float);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp76 sp<Allocation> mFloat4Allocation; // float4 variable
275 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create());
320 mFloat4Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_float);

Completed in 66 milliseconds