Home
last modified time | relevance | path

Searched refs:smb (Results 1 – 1 of 1) sorted by relevance

/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
DGalaxyRS.java67 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); in init() local
68 smb.addVertexAllocation(mSpaceClouds.getAllocation()); in init()
69 smb.addIndexSetType(Mesh.Primitive.POINT); in init()
70 mSpaceCloudsMesh = smb.create(); in init()