Searched refs:nAllocationResize2D (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp597 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) function
848 {"rsnAllocationResize2D", "(IIII)V", (void*)nAllocationResize2D },
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java987 mRS.nAllocationResize2D(getID(mRS), dimX, dimY);
H A DRenderScript.java436 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { method in class:RenderScript
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java342 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp773 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) function
1473 {"rsnAllocationResize2D", "(IIII)V", (void*)nAllocationResize2D },

Completed in 269 milliseconds