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

/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1377 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) function
1379 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", (RsContext)con,
2338 {"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.cpp1621 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) function
1624 ALOGD("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", (RsContext)con,
2897 {"rsnAllocationResize1D", "(JJI)V", (void*)nAllocationResize1D },
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java601 synchronized void nAllocationResize1D(long id, int dimX) { method in class:RenderScript

Completed in 29 milliseconds