OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVertexColors
(Results
1 - 2
of
2
) sorted by null
/packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java
46
private ScriptField_VertexColor_s
mVertexColors
;
142
mVertexColors
= new ScriptField_VertexColor_s(mRS, meshDataSize);
151
mVertexColors
.set_position(i, new Float3(xPos, yPos, 0.0f), false);
152
mVertexColors
.set_color(i, new Float4(red, green, blue, 1.0f), false);
154
mVertexColors
.copyAll();
158
backgroundBuilder.addVertexAllocation(
mVertexColors
.getAllocation());
160
mScript.bind_vertexColors(
mVertexColors
);
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java
51
private ScriptField_VertexColor_s
mVertexColors
;
157
mVertexColors
= new ScriptField_VertexColor_s(mRS, meshDataSize);
166
mVertexColors
.set_position(i, new Float3(xPos, yPos, 0.0f), false);
167
mVertexColors
.set_color(i, new Float4(red, green, blue, 1.0f), false);
169
mVertexColors
.copyAll();
173
backgroundBuilder.addVertexAllocation(
mVertexColors
.getAllocation());
175
mScript.bind_vertexColors(
mVertexColors
);
Completed in 462 milliseconds