OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smb2
(Results
1 - 3
of
3
) sorted by null
/packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java
63
Mesh.AllocationBuilder
smb2
= new Mesh.AllocationBuilder(mRS);
local
66
smb2
.addVertexAllocation(mDotParticles.getAllocation());
68
smb2
.addIndexSetType(Mesh.Primitive.POINT);
71
mDotMesh =
smb2
.create();
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java
68
Mesh.AllocationBuilder
smb2
= new Mesh.AllocationBuilder(mRS);
local
69
smb2
.addVertexAllocation(mDotParticles.getAllocation());
70
smb2
.addIndexSetType(Mesh.Primitive.POINT);
71
mDotMesh =
smb2
.create();
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java
73
Mesh.AllocationBuilder
smb2
= new Mesh.AllocationBuilder(mRS);
local
74
smb2
.addVertexAllocation(mBgStars.getAllocation());
75
smb2
.addIndexSetType(Mesh.Primitive.POINT);
76
mBgStarsMesh =
smb2
.create();
Completed in 186 milliseconds