Home | History | Annotate | Download | only in renderscript

Lines Matching refs:mByteBuffer

88     private ByteBuffer mByteBuffer = null;
2861 if (mByteBuffer == null || (mUsage & USAGE_IO_INPUT) != 0) {
2864 mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), stride, xBytesSize, mType.getY(), mType.getZ());
2868 return mByteBuffer.asReadOnlyBuffer();
2870 return mByteBuffer;