Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp103 Type::Builder typeI32_3Builder(mRS, Element::I32_3(mRS)); in createSignedAllocations() local
104 typeI32_3Builder.setX(3); in createSignedAllocations()
105 typeI32_3Builder.setY(2); in createSignedAllocations()
109 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp107 Type::Builder typeI32_3Builder(mRS, Element::I32_3(mRS)); in createSignedAllocations() local
108 typeI32_3Builder.setX(3); in createSignedAllocations()
109 typeI32_3Builder.setY(2); in createSignedAllocations()
113 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java148 Type.Builder typeI32_3Builder = new Type.Builder(mRS, Element.I32_3(mRS)); in createSignedAllocations() local
149 typeI32_3Builder.setX(3); in createSignedAllocations()
150 typeI32_3Builder.setY(2); in createSignedAllocations()
156 mInt3Allocation = Allocation.createTyped(mRS, typeI32_3Builder.create()); in createSignedAllocations()