Home
last modified time | relevance | path

Searched defs:alloc1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsAllocation.cpp907 Allocation *alloc1 = static_cast<Allocation *>(valloc1); in rsi_AllocationShareBufferQueue() local
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java497 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); in rsnAllocationShareBufferQueue()
498 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) { in nAllocationShareBufferQueue()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1238 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) in nAllocationShareBufferQueue()