Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp281 Type::Builder typeF64_3Builder(mRS, Element::F64_3(mRS)); in createFloatAllocations() local
282 typeF64_3Builder.setX(1); in createFloatAllocations()
283 typeF64_3Builder.setY(2); in createFloatAllocations()
284 typeF64_3Builder.setZ(3); in createFloatAllocations()
291 mDouble3Allocation = Allocation::createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp285 Type::Builder typeF64_3Builder(mRS, Element::F64_3(mRS)); in createFloatAllocations() local
286 typeF64_3Builder.setX(1); in createFloatAllocations()
287 typeF64_3Builder.setY(2); in createFloatAllocations()
288 typeF64_3Builder.setZ(3); in createFloatAllocations()
295 mDouble3Allocation = Allocation::createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java343 Type.Builder typeF64_3Builder = new Type.Builder(mRS, Element.F64_3(mRS)); in createFloatAllocations() local
344 typeF64_3Builder.setX(1); in createFloatAllocations()
345 typeF64_3Builder.setY(2); in createFloatAllocations()
346 typeF64_3Builder.setZ(3); in createFloatAllocations()
353 mDouble3Allocation = Allocation.createTyped(mRS, typeF64_3Builder.create()); in createFloatAllocations()