Searched refs:nAllocationShareBufferQueue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2972 mRS.nAllocationShareBufferQueue(getID(mRS), alloc.getID(mRS));
H A DRenderScript.java498 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1249 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) function
1252 ALOGD("nAllocationShareBufferQueue, con(%p), alloc1(%p), alloc2(%p)", (RsContext)con,
2880 {"rsnAllocationShareBufferQueue", "(JJJ)V", (void*)nAllocationShareBufferQueue },

Completed in 109 milliseconds