HomeSort by relevance Sort by last modified time
    Searched defs:typeBuilder (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestCtxDim.java 26 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
29 typeBuilder.setX(X);
32 typeBuilder.setY(Y);
35 typeBuilder.setZ(Z);
37 Allocation A = Allocation.createTyped(mRS, typeBuilder.create());
AllocationCopy2DRangeTest.java 43 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
44 typeBuilder.setX(width).setY(height);
45 mInAllocation = Allocation.createTyped(mRS, typeBuilder.create());
VoidPtr.java 31 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
32 Type t = typeBuilder.setX(1).create();
66 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
67 Type t = typeBuilder.setX(10).setY(15).create();
94 Type.Builder typeBuilder = new Type.Builder(mRS, Element.U8(mRS));
95 Type t = typeBuilder.setX(10).setY(15).create();
123 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
124 Type t = typeBuilder.setX(10).setY(15).create();
154 Type.Builder typeBuilder = new Type.Builder(mRS, Element.U8(mRS));
155 Type t = typeBuilder.setX(10).setY(15).create()
    [all...]
GlobalSync.java 30 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
31 Type t = typeBuilder.setX(1).create();
RsAllocationCopyTest.java 38 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8(mRS));
39 typeBuilder.setX(width);
40 Allocation aIn = Allocation.createTyped(mRS, typeBuilder.create());
41 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create());
85 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS));
86 typeBuilder.setX(width);
87 Allocation aIn = Allocation.createTyped(mRS, typeBuilder.create());
88 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create());
132 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
133 typeBuilder.setX(width)
    [all...]
AllocationCopyPaddedTest.java 34 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8_3(mRS));
35 typeBuilder.setX(width);
36 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
63 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8_3(mRS));
64 typeBuilder.setX(width).setY(height);
65 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
93 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8_3(mRS));
94 typeBuilder.setX(w).setY(h).setZ(d);
95 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
124 Type.Builder typeBuilder = new Type.Builder(mRS, element)
    [all...]
AllocationCopyToTest.java 44 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8(mRS));
45 typeBuilder.setX(width);
46 alloc = Allocation.createTyped(mRS, typeBuilder.create());
81 Type.Builder typeBuilder = new Type.Builder(mRS, element);
82 typeBuilder.setX(width);
83 alloc = Allocation.createTyped(mRS, typeBuilder.create());
129 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
130 typeBuilder.setX(width);
131 alloc = Allocation.createTyped(mRS, typeBuilder.create());
166 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32(mRS))
    [all...]
DebugContext.java 50 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
51 Type t = typeBuilder.setX(1).create();
129 Type.Builder typeBuilder = TB.apply(mRS);
132 typeBuilder.setX(Width);
134 typeBuilder.setX(Width).setY(Height);
136 aIn = Allocation.createTyped(mRS, typeBuilder.create());
137 aOut = Allocation.createTyped(mRS, typeBuilder.create());
ForEachTest.java 524 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
530 typeBuilder.setX(X).setY(Y);
531 Allocation A = Allocation.createTyped(mRS, typeBuilder.create());
548 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
554 typeBuilder.setX(X).setY(Y);
555 Allocation A = Allocation.createTyped(mRS, typeBuilder.create());
KernelTest.java 524 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
530 typeBuilder.setX(X).setY(Y);
531 Allocation A = Allocation.createTyped(mRS, typeBuilder.create());
548 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
554 typeBuilder.setX(X).setY(Y);
555 Allocation A = Allocation.createTyped(mRS, typeBuilder.create());
ReduceTest.java 194 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
195 typeBuilder.setX(dimX).setY(dimY);
196 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create());
395 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
396 typeBuilder.setX(dimX).setY(dimY);
397 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create());
418 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
419 typeBuilder.setX(dimX).setY(dimY).setZ(dimZ);
420 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create());
AllocationTest.java 36 Type.Builder typeBuilder = new Type.Builder(mRS, e);
45 typeBuilder.setMipmaps(useMips);
46 typeBuilder.setFaces(useFaces);
47 typeBuilder.setX(x).setY(y);
48 Allocation.createTyped(mRS, typeBuilder.create()).destroy();
58 Type.Builder typeBuilder = new Type.Builder(mRS, e);
59 Allocation.createTyped(mRS, typeBuilder.setX(8).create(),
62 Allocation.createTyped(mRS, typeBuilder.setY(8).create(),
66 Allocation.createTyped(mRS, typeBuilder.create(),
71 Allocation.createTyped(mRS, typeBuilder.create()
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 234 Type.Builder typeBuilder = typeBuilder(element, size);
237 typeBuilder.setYuvFormat(ImageFormat.YUV_420_888);
240 mType = typeBuilder.create();
434 private static Type.Builder typeBuilder(Element element, Size size) {
RawConverter.java 427 Type.Builder typeBuilder = new Type.Builder(rs, Element.U16(rs));
428 typeBuilder.setX((inputStride / 2));
429 typeBuilder.setY(inputHeight);
430 Type inputType = typeBuilder.create();
    [all...]
  /external/javapoet/src/test/java/com/squareup/javapoet/
AnnotationSpecTest.java 159 TypeSpec.Builder typeBuilder = TypeSpec.classBuilder(IsAnnotated.class.getSimpleName());
160 typeBuilder.addAnnotation(annotation);
161 JavaFile file = JavaFile.builder("com.squareup.javapoet", typeBuilder.build()).build();

Completed in 6874 milliseconds