OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCubeMesh
(Results
1 - 2
of
2
) sorted by null
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java
61
private SimpleMesh
mCubeMesh
;
158
mCubeMesh
= meshBuilder.create();
159
mCubeMesh
.setName("CubeMesh");
160
mPointAlloc =
mCubeMesh
.createVertexAllocation(vertexSlot);
164
mLineIdxAlloc =
mCubeMesh
.createIndexAllocation();
167
mCubeMesh
.bindVertexAllocation(mPointAlloc, 0);
168
mCubeMesh
.bindIndexAllocation(mLineIdxAlloc);
215
sb.setType(
mCubeMesh
.getVertexType(0), "Points", RSID_POINTS);
217
//sb.setType(
mCubeMesh
.getIndexType(), "Lines", RSID_LINES);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java
81
private SimpleMesh
mCubeMesh
;
259
mCubeMesh
= meshBuilder.create();
260
mCubeMesh
.setName("CubeMesh");
261
mPointAlloc =
mCubeMesh
.createVertexAllocation(vertexSlot);
265
mLineIdxAlloc =
mCubeMesh
.createIndexAllocation();
268
mCubeMesh
.bindVertexAllocation(mPointAlloc, 0);
269
mCubeMesh
.bindIndexAllocation(mLineIdxAlloc);
Completed in 35 milliseconds