Searched refs:typeI32Builder2D (Results 1 – 3 of 3) sorted by relevance
46 Type::Builder typeI32Builder2D(rs, Element::I32(rs)); in main() local47 typeI32Builder2D.setX(2); in main()48 typeI32Builder2D.setY(2); in main()50 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create()); in main()
55 Type::Builder typeI32Builder2D(rs, Element::I32(rs)); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() local56 typeI32Builder2D.setX(2); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()57 typeI32Builder2D.setY(2); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()59 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create()); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
73 Type.Builder typeI32Builder2D = new Type.Builder(mRS, Element.I32(mRS)); in updateImage() local74 typeI32Builder2D.setX(2); in updateImage()75 typeI32Builder2D.setY(2); in updateImage()77 Allocation int_allocation2 = Allocation.createTyped(mRS, typeI32Builder2D.create()); in updateImage()