Home
last modified time | relevance | path

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

/frameworks/rs/
Drs.spec90 param RsAllocation alloc1
DrsApiStubs.cpp370 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocati… in rsAllocationShareBufferQueue() argument
372 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2); in rsAllocationShareBufferQueue()
DrsAllocation.cpp867 Allocation *alloc1 = static_cast<Allocation *>(valloc1); in rsi_AllocationShareBufferQueue() local
869 alloc1->shareBufferQueue(rsc, alloc2); in rsi_AllocationShareBufferQueue()
DrsApiStubs.h66 extern "C" void rsAllocationShareBufferQueue (RsContext rsc, RsAllocation alloc1, RsAllocation allo…
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java509 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); in rsnAllocationShareBufferQueue() argument
510 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) { in nAllocationShareBufferQueue() argument
512 rsnAllocationShareBufferQueue(mContext, alloc1, alloc2); in nAllocationShareBufferQueue()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1251 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) in nAllocationShareBufferQueue() argument
1255 (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue()
1258 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue()