Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp255 Type::Builder typeF16_3Builder(mRS, Element::F16_3(mRS)); in createFloatAllocations() local
256 typeF16_3Builder.setX(1); in createFloatAllocations()
257 typeF16_3Builder.setY(6); in createFloatAllocations()
261 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp259 Type::Builder typeF16_3Builder(mRS, Element::F16_3(mRS)); in createFloatAllocations() local
260 typeF16_3Builder.setX(1); in createFloatAllocations()
261 typeF16_3Builder.setY(6); in createFloatAllocations()
265 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java307 Type.Builder typeF16_3Builder = new Type.Builder(mRS, Element.F16_3(mRS)); in createFloatAllocations() local
308 typeF16_3Builder.setX(1); in createFloatAllocations()
309 typeF16_3Builder.setY(6); in createFloatAllocations()
315 mHalf3Allocation = Allocation.createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()