Home
last modified time | relevance | path

Searched defs:nAllocationGetByteBuffer (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp2241 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint… in nAllocationGetByteBuffer() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2770 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationGetByteBuffer() function
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java456 … synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, int xBytesSize, int dimY, int dimZ) { in nAllocationGetByteBuffer() method in RenderScript
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java492 synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, long[] stride, int xBytesSize, in nAllocationGetByteBuffer() method in RenderScript