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

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
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];
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...]
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];
RS3DLUTTest.java 38 int[] baseAlloc = new int[X * Y * 4];
39 RSUtils.genRandom(0x419144, 255, 1, -128, baseAlloc);
45 byteAlloc[i] = (byte)baseAlloc[i];
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];
  /frameworks/rs/driver/runtime/
rs_structs.h 53 const void *baseAlloc;
  /frameworks/rs/
rsAllocation.h 78 const Allocation *baseAlloc;
rs.spec 110 param RsAllocation baseAlloc
rsAllocation.cpp 47 mHal.state.baseAlloc = alloc;
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 510 const Allocation *base = alloc->mHal.state.baseAlloc;
545 if (alloc->mHal.state.baseAlloc == nullptr) {
    [all...]

Completed in 1778 milliseconds