Searched refs:alloc1 (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | rs.spec | 90 param RsAllocation alloc1
|
D | rsApiStubs.cpp | 370 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocati… in rsAllocationShareBufferQueue() argument 372 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2); in rsAllocationShareBufferQueue()
|
D | rsAllocation.cpp | 867 Allocation *alloc1 = static_cast<Allocation *>(valloc1); in rsi_AllocationShareBufferQueue() local 869 alloc1->shareBufferQueue(rsc, alloc2); in rsi_AllocationShareBufferQueue()
|
D | rsApiStubs.h | 66 extern "C" void rsAllocationShareBufferQueue (RsContext rsc, RsAllocation alloc1, RsAllocation allo…
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 509 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/ |
D | android_renderscript_RenderScript.cpp | 1251 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()
|