Searched defs:nAllocationResize1D (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1364 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) function
1366 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", (RsContext)con,
2326 {"rsnAllocationResize1D", "(JJI)V", (void*)nAllocationResize1D },
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java663 synchronized void nAllocationResize1D(long id, int dimX) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1609 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) function
1612 ALOGD("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", (RsContext)con,
2885 {"rsnAllocationResize1D", "(JJI)V", (void*)nAllocationResize1D },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java601 synchronized void nAllocationResize1D(long id, int dimX) { method in class:RenderScript

Completed in 729 milliseconds