Searched defs:createCubemapFromBitmap (Results 1 - 3 of 3) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | AllocationThunker.java | 248 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, method in class:AllocationThunker 253 android.renderscript.Allocation.createCubemapFromBitmap(
|
H A D | Allocation.java | 1389 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, method in class:Allocation 1436 static public Allocation createCubemapFromBitmap(RenderScript rs, method in class:Allocation 1438 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
|
/frameworks/base/graphics/java/android/renderscript/ |
H A D | Allocation.java | 1507 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, method in class:Allocation 1554 static public Allocation createCubemapFromBitmap(RenderScript rs, method in class:Allocation 1556 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
|
Completed in 22 milliseconds