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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp328 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) function
330 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits);
1027 {"rsnAllocationSyncAll", "(III)V", (void*)nAllocationSyncAll },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp466 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) function
468 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits);
1611 {"rsnAllocationSyncAll", "(III)V", (void*)nAllocationSyncAll },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java267 synchronized void nAllocationSyncAll(int alloc, int src) { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java351 synchronized void nAllocationSyncAll(int alloc, int src) { method in class:RenderScript

Completed in 39 milliseconds