Searched refs:nAllocationResize1D (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1377 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D() function 2338 …ocationResize1D", "(JJI)V", (void*)nAllocationResize1D },
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 663 synchronized void nAllocationResize1D(long id, int dimX) { in nAllocationResize1D() method in RenderScript
|
D | Allocation.java | 2079 mRS.nAllocationResize1D(getID(mRS), dimX); in resize()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 613 synchronized void nAllocationResize1D(long id, int dimX) { in nAllocationResize1D() method in RenderScript
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1612 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D() function 2888 …ocationResize1D", "(JJI)V", (void*)nAllocationResize1D },
|