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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicResize.java 34 int outW = (int) (w*scaleX);
42 mAllocRef = makeAllocation(outW, outH, e);
43 mAllocDst = makeAllocation(outW, outH, e);
50 sr.set_scaleX((float)w/outW);
90 if (outW == w && outH == h) {
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSResizeTest.java 68 int outW = (int) (w*scaleX);
71 Allocation rsOutput = makeAllocation(outW, outH, e);
72 Allocation rsCppOutput = makeAllocation(outW, outH, e);
78 int outArrSize = outW * outH * (vecSize == 3 ? 4 : vecSize);

Completed in 207 milliseconds