Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp93 Type::Builder typeI16_2Builder(mRS, Element::I16_2(mRS)); in createSignedAllocations() local
94 typeI16_2Builder.setX(6); in createSignedAllocations()
95 typeI16_2Builder.setY(1); in createSignedAllocations()
96 typeI16_2Builder.setZ(2); in createSignedAllocations()
99 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp97 Type::Builder typeI16_2Builder(mRS, Element::I16_2(mRS)); in createSignedAllocations() local
98 typeI16_2Builder.setX(6); in createSignedAllocations()
99 typeI16_2Builder.setY(1); in createSignedAllocations()
100 typeI16_2Builder.setZ(2); in createSignedAllocations()
103 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java134 Type.Builder typeI16_2Builder = new Type.Builder(mRS, Element.I16_2(mRS)); in createSignedAllocations() local
135 typeI16_2Builder.setX(6); in createSignedAllocations()
136 typeI16_2Builder.setY(1); in createSignedAllocations()
137 typeI16_2Builder.setZ(2); in createSignedAllocations()
141 mShort2Allocation = Allocation.createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()