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

/frameworks/rs/
H A DrsAllocation.cpp867 Allocation *alloc1 = static_cast<Allocation *>(valloc1); local
869 alloc1->shareBufferQueue(rsc, alloc2);
H A DrsApiStubs.cpp370 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocation alloc2) argument
372 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.cpp1251 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) argument
1254 ALOGD("nAllocationShareBufferQueue, con(%p), alloc1(%p), alloc2(%p)", (RsContext)con,
1255 (RsAllocation)alloc1, (RsAllocation)alloc2);
1258 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2);

Completed in 387 milliseconds