Home
last modified time | relevance | path

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

/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamRS.java74 Mesh.AllocationBuilder smb3 = new Mesh.AllocationBuilder(mRS); in init() local
75 smb3.addVertexAllocation(mBeamParticles.getAllocation()); in init()
76 smb3.addIndexSetType(Mesh.Primitive.POINT); in init()
77 mBeamMesh = smb3.create(); in init()
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
DGalaxyRS.java79 Mesh.AllocationBuilder smb3 = new Mesh.AllocationBuilder(mRS); in init() local
80 smb3.addVertexAllocation(mStaticStars.getAllocation()); in init()
81 smb3.addIndexSetType(Mesh.Primitive.POINT); in init()
82 mStaticStarsMesh = smb3.create(); in init()