Searched refs:nAllocationSyncAll (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 487 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll()
|
D | RenderScript.java | 429 synchronized void nAllocationSyncAll(long alloc, int src) { in nAllocationSyncAll() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1037 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) in nAllocationSyncAll() function 2322 …locationSyncAll", "(JJI)V", (void*)nAllocationSyncAll },
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 481 synchronized void nAllocationSyncAll(long alloc, int src) { in nAllocationSyncAll() method in RenderScript
|
D | Allocation.java | 553 mRS.nAllocationSyncAll(getIDSafe(), srcLocation); in syncAll()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1230 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) in nAllocationSyncAll() function 2869 …locationSyncAll", "(JJI)V", (void*)nAllocationSyncAll },
|