Searched defs:createCubemapFromBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java3084 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, method in class:Allocation
3131 static public Allocation createCubemapFromBitmap(RenderScript rs, method in class:Allocation
3133 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java2768 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, method in class:Allocation
2815 static public Allocation createCubemapFromBitmap(RenderScript rs, method in class:Allocation
2817 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,

Completed in 64 milliseconds