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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 125 mPermutation = new int[27];
126 for (i = 0; i < mPermutation.length; i++)
127 mPermutation[i] = i;
158 shapes[i] = mCubes[mPermutation[i]];
164 shapes[k++] = mCubes[mPermutation[i]];
171 shapes[k++] = mCubes[mPermutation[i + j]];
178 shapes[k++] = mCubes[mPermutation[i + j]];
185 shapes[k++] = mCubes[mPermutation[i + j]];
192 shapes[k++] = mCubes[mPermutation[i + j]];
199 shapes[k++] = mCubes[mPermutation[i + j]]
    [all...]
  /frameworks/rs/api/
GenerateTestFiles.cpp 67 FunctionPermutation& mPermutation;
179 : mPermutation(permutation),
221 const string test = mPermutation.getTest();
255 bool isFloatyField = p->isOutParameter && p->isFloatType && mPermutation.getTest() != "custom";
333 * Use instead: (mPermutation.getTest() == "limited" ? "false" : "true")
446 const bool hasFloat = mPermutation.hasFloatAnswers();
635 string name = mPermutation.getName();
712 const string s = mPermutation.getPrecisionLimit();
    [all...]

Completed in 266 milliseconds