Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp273 Type::Builder typeF64_2Builder(mRS, Element::F64_2(mRS)); in createFloatAllocations() local
274 typeF64_2Builder.setX(4); in createFloatAllocations()
275 typeF64_2Builder.setY(1); in createFloatAllocations()
276 typeF64_2Builder.setZ(3); in createFloatAllocations()
279 mDouble2Allocation = Allocation::createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp277 Type::Builder typeF64_2Builder(mRS, Element::F64_2(mRS)); in createFloatAllocations() local
278 typeF64_2Builder.setX(4); in createFloatAllocations()
279 typeF64_2Builder.setY(1); in createFloatAllocations()
280 typeF64_2Builder.setZ(3); in createFloatAllocations()
283 mDouble2Allocation = Allocation::createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java333 Type.Builder typeF64_2Builder = new Type.Builder(mRS, Element.F64_2(mRS)); in createFloatAllocations() local
334 typeF64_2Builder.setX(4); in createFloatAllocations()
335 typeF64_2Builder.setY(1); in createFloatAllocations()
336 typeF64_2Builder.setZ(3); in createFloatAllocations()
340 mDouble2Allocation = Allocation.createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()