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

  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 50 int xBytesSize = inType.getX() * inType.getElement().getBytesSize();
51 dummyAlloc = mRS.nIncAllocationCreateTyped(ain.getID(mRS), dInType, xBytesSize);
Allocation.java 526 int xBytesSize = mType.getX() * mType.getElement().getBytesSize();
536 data = new byte[xBytesSize * mType.getY()];
538 Element.DataType.SIGNED_8, xBytesSize * mType.getY());
541 data = new byte[xBytesSize];
545 mByteBufferStride = xBytesSize;
550 mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), xBytesSize, mType.getY(), mType.getZ());
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 275 milliseconds