Searched defs:createFromBitmap (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | SceneManager.java | 165 static Allocation createFromBitmap(Bitmap b, RenderScriptGL rs, boolean isCube) { in createFromBitmap() method in SceneManager
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 409 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, in createFromBitmap() method in AllocationThunker
|
D | Allocation.java | 1335 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, in createFromBitmap() method in Allocation 1392 static public Allocation createFromBitmap(RenderScript rs, Bitmap b) { in createFromBitmap() method in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1507 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, in createFromBitmap() method in Allocation 1594 static public Allocation createFromBitmap(RenderScript rs, Bitmap b) { in createFromBitmap() method in Allocation
|