/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 675 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) 677 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", con, (RsAllocation)alloc, dimX); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 435 synchronized void nAllocationResize1D(int id, int dimX) { [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 844 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) 846 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", con, (RsAllocation)alloc, dimX); [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Allocation.java | [all...] |
RenderScript.java | 557 synchronized void nAllocationResize1D(int id, int dimX) { [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |