Home | History | Annotate | Download | only in renderscript

Lines Matching refs:copyFromUnchecked

50  * more complex Element types, the {@link #copyFromUnchecked} methods can be
521 public void copyFromUnchecked(int[] d) {
522 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFromUnchecked");
541 public void copyFromUnchecked(short[] d) {
542 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFromUnchecked");
561 public void copyFromUnchecked(byte[] d) {
562 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFromUnchecked");
581 public void copyFromUnchecked(float[] d) {
582 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFromUnchecked");