Searched refs:outVSize (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicHistogram.java | 37 private void createAllocations(int inVSize, int outVSize, int w, int h) { in createAllocations() argument 48 switch (outVSize) { in createAllocations() 62 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) { in testNorm() argument 63 createAllocations(inVSize, outVSize, w, h); in testNorm() 66 int outvs2 = (outVSize != 3) ? outVSize : 4; in testNorm() 92 if (c < outVSize) { in testNorm()
|