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

  /external/lzma/C/
Alloc.h 41 ISzAllocPtr baseAlloc;
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RS3DLUTTest.java 38 int[] baseAlloc = new int[X * Y * 4];
39 RSUtils.genRandom(0x419144, 255, 1, -128, baseAlloc);
45 byteAlloc[i] = (byte)baseAlloc[i];
RSBlurTest.java 36 int[] baseAlloc = new int[X * Y];
37 RSUtils.genRandom(0x1DEFF, 255, 1, -128, baseAlloc);
40 byteAlloc[i] = (byte)baseAlloc[i];
65 int[] baseAlloc = new int[X * Y * 4];
66 RSUtils.genRandom(0xFAFADE10, 255, 1, -128, baseAlloc);
69 byteAlloc[i] = (byte)baseAlloc[i];
RSConvolveTest.java 36 int[] baseAlloc = new int[X * Y];
48 RSUtils.genRandom(0x1DEFFD0, 255, 1, -128, baseAlloc);
51 byteAlloc[i] = (byte)baseAlloc[i];
75 int[] baseAlloc = new int[X * Y];
104 RSUtils.genRandom(0x1DEFFD0, 255, 1, -128, baseAlloc);
108 byteAlloc[i] = (byte)baseAlloc[i];
RSLUTTest.java 36 int[] baseAlloc = new int[X * Y * 4];
37 RSUtils.genRandom(0x72727272, 255, 1, -128, baseAlloc);
40 byteAlloc[i] = (byte)baseAlloc[i];
RSColorMatrixTest.java 36 int[] baseAlloc = new int[X * Y * 4];
37 RSUtils.genRandom(0x251107, 255, 1, -128, baseAlloc);
40 byteAlloc[i] = (byte)baseAlloc[i];
76 int[] baseAlloc = new int[X * Y * 4];
77 RSUtils.genRandom(0x251106, 255, 1, -128, baseAlloc);
80 byteAlloc[i] = (byte)baseAlloc[i];
107 int[] baseAlloc = new int[X * Y * 4];
108 RSUtils.genRandom(0x251105, 255, 1, -128, baseAlloc);
111 byteAlloc[i] = (byte)baseAlloc[i];
142 int[] baseAlloc = new int[X * Y * 4]
    [all...]
RSBlendTest.java 37 int[] baseAlloc = new int[X * Y * 4];
38 RSUtils.genRandom(0x789321, 255, 1, -128, baseAlloc);
41 byteAlloc[i] = (byte)baseAlloc[i];
RSResizeTest.java 48 int[] baseAlloc = new int[arrSize];
52 RSUtils.genRandom(0x72727272, 255, 1, -128, baseAlloc);
56 byteAlloc[i] = (byte)baseAlloc[i];
63 floatAlloc[i] = (float)baseAlloc[i];

Completed in 373 milliseconds