Home
last modified time | relevance | path

Searched refs:inVSize (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicHistogram.java37 private void createAllocations(int inVSize, int outVSize, int w, int h) { in createAllocations() argument
41 switch (inVSize) { 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()
65 int invs2 = (inVSize != 3) ? inVSize : 4; in testNorm()
88 for (int c = 0; c < inVSize; c++) { in testNorm()
185 private void testDot(int inVSize, int w, int h, boolean clip) { in testDot() argument
186 createAllocations(inVSize, 1, w, h); in testDot()
188 int invs2 = (inVSize != 3) ? inVSize : 4; in testDot()
216 for (int c = 0; c < inVSize; c++) { in testDot()