Searched refs:nAllocationGetByteBuffer (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 555 … mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), xBytesSize, mType.getY(), mType.getZ()); in getByteBuffer()
|
D | RenderScript.java | 456 … synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, int xBytesSize, int dimY, int dimZ) { in nAllocationGetByteBuffer() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 2241 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint… in nAllocationGetByteBuffer() function 2395 …onGetByteBuffer", "(JJIII)Ljava/nio/ByteBuffer;", (void*)nAllocationGetByteBuffer },
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 492 synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, long[] stride, int xBytesSize, in nAllocationGetByteBuffer() method in RenderScript
|
D | Allocation.java | 2868 …mByteBuffer = mRS.nAllocationGetByteBuffer(getID(mRS), stride, xBytesSize, mType.getY(), mType.get… in getByteBuffer()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2770 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationGetByteBuffer() function 2963 …onGetByteBuffer", "(JJ[JIII)Ljava/nio/ByteBuffer;", (void*)nAllocationGetByteBuffer },
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 45730 Landroid/renderscript/RenderScript;->nAllocationGetByteBuffer(J[JIII)Ljava/nio/ByteBuffer;
|