Home
last modified time | relevance | path

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

/frameworks/rs/
Drs.spec91 param RsAllocation alloc2
DrsApiStubs.cpp370 … void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocation alloc2) in rsAllocationShareBufferQueue() argument
372 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2); in rsAllocationShareBufferQueue()
DrsAllocation.cpp868 Allocation *alloc2 = static_cast<Allocation *>(valloc2); in rsi_AllocationShareBufferQueue() local
869 alloc1->shareBufferQueue(rsc, alloc2); in rsi_AllocationShareBufferQueue()
DrsApiStubs.h100 RsAllocation alloc2) __DEPRECATED_IN(31);
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java503 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); in rsnAllocationShareBufferQueue() argument
504 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) { in nAllocationShareBufferQueue() argument
506 rsnAllocationShareBufferQueue(mContext, alloc1, alloc2); in nAllocationShareBufferQueue()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1250 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) in nAllocationShareBufferQueue() argument
1254 (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue()
1257 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue()