Searched refs:typeU8_2Builder (Results 1 – 3 of 3) sorted by relevance
173 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS)); in createUnsignedAllocations() local174 typeU8_2Builder.setX(2); in createUnsignedAllocations()175 typeU8_2Builder.setY(6); in createUnsignedAllocations()178 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
177 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS)); in createUnsignedAllocations() local178 typeU8_2Builder.setX(2); in createUnsignedAllocations()179 typeU8_2Builder.setY(6); in createUnsignedAllocations()182 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
217 Type.Builder typeU8_2Builder = new Type.Builder(mRS, Element.U8_2(mRS)); in createUnsignedAllocations() local218 typeU8_2Builder.setX(2); in createUnsignedAllocations()219 typeU8_2Builder.setY(6); in createUnsignedAllocations()223 mUChar2Allocation = Allocation.createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()