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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2957 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.cpp1228 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) function
1231 ALOGD("nAllocationSetupBufferQueue, con(%p), alloc(%p), numAlloc(%d)", (RsContext)con,
2867 {"rsnAllocationSetupBufferQueue", "(JJI)V", (void*)nAllocationSetupBufferQueue },

Completed in 208 milliseconds