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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2958 mRS.nAllocationSetupBufferQueue(getID(mRS), numAlloc);
H A DRenderScript.java493 synchronized void nAllocationSetupBufferQueue(long alloc, int numAlloc) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1241 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) function
1244 ALOGD("nAllocationSetupBufferQueue, con(%p), alloc(%p), numAlloc(%d)", (RsContext)con,
2878 {"rsnAllocationSetupBufferQueue", "(JJI)V", (void*)nAllocationSetupBufferQueue },

Completed in 81 milliseconds