OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smb3
(Results
1 - 2
of
2
) sorted by null
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java
74
Mesh.AllocationBuilder
smb3
= new Mesh.AllocationBuilder(mRS);
local
75
smb3
.addVertexAllocation(mBeamParticles.getAllocation());
76
smb3
.addIndexSetType(Mesh.Primitive.POINT);
77
mBeamMesh =
smb3
.create();
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java
79
Mesh.AllocationBuilder
smb3
= new Mesh.AllocationBuilder(mRS);
local
80
smb3
.addVertexAllocation(mStaticStars.getAllocation());
81
smb3
.addIndexSetType(Mesh.Primitive.POINT);
82
mStaticStarsMesh =
smb3
.create();
Completed in 37 milliseconds