Searched refs:alloc1 (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/
H A Drs.spec90 param RsAllocation alloc1
H A DrsApiStubs.h66 extern "C" void rsAllocationShareBufferQueue (RsContext rsc, RsAllocation alloc1, RsAllocation alloc2);
H A DrsAllocation.cpp867 Allocation *alloc1 = static_cast<Allocation *>(valloc1); local
869 alloc1->shareBufferQueue(rsc, alloc2);
H A DrsApiStubs.cpp375 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocation alloc2) argument
377 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, 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.cpp1249 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) argument
1252 ALOGD("nAllocationShareBufferQueue, con(%p), alloc1(%p), alloc2(%p)", (RsContext)con,
1253 (RsAllocation)alloc1, (RsAllocation)alloc2);
1256 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2);

Completed in 5647 milliseconds