Home
last modified time | relevance | path

Searched refs:nAllocationSetupBufferQueue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DRenderScript.java494 synchronized void nAllocationSetupBufferQueue(long alloc, int numAlloc) { in nAllocationSetupBufferQueue() method in RenderScript
DAllocation.java2958 mRS.nAllocationSetupBufferQueue(getID(mRS), numAlloc); in setupBufferQueue()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1241 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) in nAllocationSetupBufferQueue() function
2874 …etupBufferQueue", "(JJI)V", (void*)nAllocationSetupBufferQueue },