Searched refs:createCubemapFromBitmap (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java427 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, method in class:AllocationThunker
433 android.renderscript.Allocation.createCubemapFromBitmap(
H A DAllocation.java1412 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, method in class:Allocation
1459 static public Allocation createCubemapFromBitmap(RenderScript rs, method in class:Allocation
1461 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1618 static public Allocation createCubemapFromBitmap(RenderScript rs, Bitmap b, method in class:Allocation
1665 static public Allocation createCubemapFromBitmap(RenderScript rs, method in class:Allocation
1667 return createCubemapFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java317 mTexCube = Allocation.createCubemapFromBitmap(mRS, b);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java172 return Allocation.createCubemapFromBitmap(rs, b, mip, usage);

Completed in 187 milliseconds