Searched defs:nAllocationSetSurface (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java303 synchronized void nAllocationSetSurface(int alloc, Surface sur) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp490 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) function
492 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)",
1454 {"rsnAllocationSetSurface", "(IILandroid/view/Surface;)V", (void*)nAllocationSetSurface },

Completed in 86 milliseconds