Home
last modified time | relevance | path

Searched defs:alloc2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsAllocation.cpp868 Allocation *alloc2 = static_cast<Allocation *>(valloc2); in rsi_AllocationShareBufferQueue() local
DrsApiStubs.cpp370 … void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocation alloc2) in rsAllocationShareBufferQueue()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java509 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); in rsnAllocationShareBufferQueue()
510 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) { in nAllocationShareBufferQueue()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1251 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) in nAllocationShareBufferQueue()