Home | History | Annotate | Download | only in renderscript

Lines Matching defs:resize

1228      * Resize a 1D allocation.  The contents of the allocation are preserved.
1242 public synchronized void resize(int dimX) {
1244 throw new RSInvalidStateException("Resize only support for 1D allocations at this time.");
1247 mRS.finish(); // Necessary because resize is fifoed and update is async.