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

  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 663 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
677 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
691 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
705 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
    [all...]
RenderScript.java 332 synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) {
337 synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) {
342 synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) {
347 synchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) {
    [all...]

Completed in 161 milliseconds