Searched refs:nAllocationSetSurface (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 2733 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface()
|
D | RenderScript.java | 435 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1044 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/ |
D | RenderScript.java | 508 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface() method in RenderScript
|
D | Allocation.java | 3044 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1277 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface() function 2873 …ationSetSurface", "(JJLandroid/view/Surface;)V", (void*)nAllocationSetSurface },
|