Searched refs:typeF32_4Builder (Results 1 – 3 of 3) sorted by relevance
264 Type::Builder typeF32_4Builder(mRS, Element::F32_4(mRS)); in createFloatAllocations() local265 typeF32_4Builder.setX(3); in createFloatAllocations()266 typeF32_4Builder.setY(2); in createFloatAllocations()271 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()
268 Type::Builder typeF32_4Builder(mRS, Element::F32_4(mRS)); in createFloatAllocations() local269 typeF32_4Builder.setX(3); in createFloatAllocations()270 typeF32_4Builder.setY(2); in createFloatAllocations()275 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()
320 Type.Builder typeF32_4Builder = new Type.Builder(mRS, Element.F32_4(mRS)); in createFloatAllocations() local321 typeF32_4Builder.setX(3); in createFloatAllocations()322 typeF32_4Builder.setY(2); in createFloatAllocations()330 mFloat4Allocation = Allocation.createTyped(mRS, typeF32_4Builder.create()); in createFloatAllocations()