Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp112 Type::Builder typeI64_4Builder(mRS, Element::I64_4(mRS)); in createSignedAllocations() local
113 typeI64_4Builder.setX(1); in createSignedAllocations()
114 typeI64_4Builder.setY(6); in createSignedAllocations()
119 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp116 Type::Builder typeI64_4Builder(mRS, Element::I64_4(mRS)); in createSignedAllocations() local
117 typeI64_4Builder.setX(1); in createSignedAllocations()
118 typeI64_4Builder.setY(6); in createSignedAllocations()
123 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java161 Type.Builder typeI64_4Builder = new Type.Builder(mRS, Element.I64_4(mRS)); in createSignedAllocations() local
162 typeI64_4Builder.setX(1); in createSignedAllocations()
163 typeI64_4Builder.setY(6); in createSignedAllocations()
171 mLong4Allocation = Allocation.createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()