HomeSort by relevance Sort by last modified time
    Searched refs:createXY (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBLAS.java 80 mMatrixS.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), x, y)));
81 mMatrixD.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), x, y)));
82 mMatrixC.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), x, y)));
83 mMatrixZ.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64_2(mRS), x, y)));
87 Allocation misAlloc = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), 1, 1));
320 Allocation matrixAS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, mBLASData.dM));
321 Allocation vectorXS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, 1));
322 Allocation vectorYS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dM, 1));
329 Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dM, 1));
339 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, 1))
    [all...]
YuvTest.java 61 ay = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), w, h));
62 final Type tuv = Type.createXY(mRS, Element.U8(mRS), w >> 1, h >> 1);
72 return Allocation.createTyped(mRS, Type.createXY(mRS, Element.RGBA_8888(mRS), width, height));
76 return Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_4(mRS), width, height));
Float16ArithmeticTest.java 120 Type f16Matrix = Type.createXY(mRS, f16, numInputs, numInputs);
121 Type u16Matrix = Type.createXY(mRS, u16, numInputs, numInputs);
AtomicTest.java 32 mSrc = Allocation.createTyped(mRS, Type.createXY(mRS, Element.I32(mRS), sz, sz));
43 mSrc = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U32(mRS), sz, sz));
GetSetTest.java 101 Type t2 = Type.createXY(mRS, e, gWidth / vs, gHeight * gDepth);
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Resize.java 49 Type t = Type.createXY(mRS, mInPixelsAllocation.getElement(),
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Resize.java 49 Type t = Type.createXY(mRS, mInPixelsAllocation.getElement(),
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 66 ay = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), w, h));
67 final Type tuv = Type.createXY(mRS, Element.U8(mRS), w >> 1, h >> 1);
77 return Allocation.createTyped(mRS, Type.createXY(mRS, Element.RGBA_8888(mRS), width, height));
  /frameworks/base/rs/java/android/renderscript/
AllocationAdapter.java 240 Type t = Type.createXY(rs, a.getElement(), a.getType().getX(), a.getType().getY());
Type.java 287 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Type.java 234 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) {
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 255 milliseconds