Home
last modified time | relevance | path

Searched refs:nAllocationSetSurface (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/support/java/src/android/support/v8/renderscript/
DAllocation.java2733 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface()
DRenderScript.java435 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface() method in RenderScript
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1044 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface() function
2323 …ationSetSurface", "(JJLandroid/view/Surface;)V", (void*)nAllocationSetSurface },
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java508 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface() method in RenderScript
DAllocation.java3044 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1277 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface() function
2873 …ationSetSurface", "(JJLandroid/view/Surface;)V", (void*)nAllocationSetSurface },