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

  /frameworks/base/rs/java/android/renderscript/
Element.java 57 int[] mArraySizes;
272 return mArraySizes[mVisibleElementMap[index]];
773 mArraySizes = as;
779 mSize += mElements[ct].mSize * mArraySizes[ct];
834 mArraySizes = new int[numSubElements];
838 mRS.nElementGetSubElements(getID(mRS), subElementIds, mElementNames, mArraySizes);
843 mSize += mElements[i].mSize * mArraySizes[i];
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 65 int[] mArraySizes;
269 return mArraySizes[mVisibleElementMap[index]];
715 mArraySizes = as;
721 mSize += mElements[ct].mSize * mArraySizes[ct];
922 int[] mArraySizes;
940 mArraySizes = new int[8];
980 System.arraycopy(mArraySizes, 0, as, 0, mCount);
983 mArraySizes = as;
987 mArraySizes[mCount] = arraySize;
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 136 milliseconds