Searched refs:alloc2 (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 503 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()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1250 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()
|