Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp264 Type::Builder typeF32_4Builder(mRS, Element::F32_4(mRS)); in createFloatAllocations() local
265 typeF32_4Builder.setX(3); in createFloatAllocations()
266 typeF32_4Builder.setY(2); in createFloatAllocations()
271 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp268 Type::Builder typeF32_4Builder(mRS, Element::F32_4(mRS)); in createFloatAllocations() local
269 typeF32_4Builder.setX(3); in createFloatAllocations()
270 typeF32_4Builder.setY(2); in createFloatAllocations()
275 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java320 Type.Builder typeF32_4Builder = new Type.Builder(mRS, Element.F32_4(mRS)); in createFloatAllocations() local
321 typeF32_4Builder.setX(3); in createFloatAllocations()
322 typeF32_4Builder.setY(2); in createFloatAllocations()
330 mFloat4Allocation = Allocation.createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()