Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/android/support/v8/renderscript/
DRenderScript.java488 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() method in RenderScript
505 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() method in RenderScript
513 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D() method in RenderScript
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java555 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() method in RenderScript
572 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() method in RenderScript
580 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D() method in RenderScript
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1438 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() function