Searched refs:alloc2 (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rs.spec | 91 param RsAllocation alloc2
|
D | rsAllocation.cpp | 908 Allocation *alloc2 = static_cast<Allocation *>(valloc2); in rsi_AllocationShareBufferQueue() local 909 alloc1->shareBufferQueue(rsc, alloc2); in rsi_AllocationShareBufferQueue()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 497 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); in rsnAllocationShareBufferQueue() argument 498 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) { in nAllocationShareBufferQueue() argument 500 rsnAllocationShareBufferQueue(mContext, alloc1, alloc2); in nAllocationShareBufferQueue()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1238 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) in nAllocationShareBufferQueue() argument 1242 (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue() 1245 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue()
|