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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java101 native int nAllocationCreateBitmapRef(int type, Bitmap bmp); method in class:RenderScript
H A DAllocation.java310 int id = rs.nAllocationCreateBitmapRef(t.getID(), b);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp511 nAllocationCreateBitmapRef(JNIEnv *_env, jobject _this, jint type, jobject jbitmap) function
1390 {"nAllocationCreateBitmapRef", "(ILandroid/graphics/Bitmap;)I", (void*)nAllocationCreateBitmapRef },

Completed in 11 milliseconds