Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp182 Type::Builder typeU16_3Builder(mRS, Element::U16_3(mRS)); in createUnsignedAllocations() local
183 typeU16_3Builder.setX(1); in createUnsignedAllocations()
184 typeU16_3Builder.setY(6); in createUnsignedAllocations()
188 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp186 Type::Builder typeU16_3Builder(mRS, Element::U16_3(mRS)); in createUnsignedAllocations() local
187 typeU16_3Builder.setX(1); in createUnsignedAllocations()
188 typeU16_3Builder.setY(6); in createUnsignedAllocations()
192 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java230 Type.Builder typeU16_3Builder = new Type.Builder(mRS, Element.U16_3(mRS)); in createUnsignedAllocations() local
231 typeU16_3Builder.setX(1); in createUnsignedAllocations()
232 typeU16_3Builder.setY(6); in createUnsignedAllocations()
238 mUShort3Allocation = Allocation.createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()