Searched refs:alloc2 (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A Drs.spec91 param RsAllocation alloc2
H A DrsAllocation.cpp908 Allocation *alloc2 = static_cast<Allocation *>(valloc2); local
909 alloc1->shareBufferQueue(rsc, alloc2);
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java497 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); argument
498 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) { argument
500 rsnAllocationShareBufferQueue(mContext, alloc1, alloc2);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1238 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) argument
1241 ALOGD("nAllocationShareBufferQueue, con(%p), alloc1(%p), alloc2(%p)", (RsContext)con,
1242 (RsAllocation)alloc1, (RsAllocation)alloc2);
1245 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2);

Completed in 4096 milliseconds