Searched refs:typeU16_3Builder (Results 1 – 3 of 3) sorted by relevance
182 Type::Builder typeU16_3Builder(mRS, Element::U16_3(mRS)); in createUnsignedAllocations() local183 typeU16_3Builder.setX(1); in createUnsignedAllocations()184 typeU16_3Builder.setY(6); in createUnsignedAllocations()188 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
186 Type::Builder typeU16_3Builder(mRS, Element::U16_3(mRS)); in createUnsignedAllocations() local187 typeU16_3Builder.setX(1); in createUnsignedAllocations()188 typeU16_3Builder.setY(6); in createUnsignedAllocations()192 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
230 Type.Builder typeU16_3Builder = new Type.Builder(mRS, Element.U16_3(mRS)); in createUnsignedAllocations() local231 typeU16_3Builder.setX(1); in createUnsignedAllocations()232 typeU16_3Builder.setY(6); in createUnsignedAllocations()238 mUShort3Allocation = Allocation.createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()