Home | History | Annotate | Download | only in renderscript

Lines Matching refs:mByteBuffer

64     ByteBuffer mByteBuffer = null;
549 if (mByteBuffer == null || (mUsage & USAGE_IO_INPUT) != 0) {
550 mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), xBytesSize, mType.getY(), mType.getZ());
552 return mByteBuffer;