HomeSort by relevance Sort by last modified time
    Searched refs:mPointAlloc (Results 1 - 4 of 4) sorted by null

  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 63 protected Allocation mPointAlloc;
160 mPointAlloc = mCubeMesh.createVertexAllocation(vertexSlot);
161 mPointAlloc.setName("PointBuffer");
167 mCubeMesh.bindVertexAllocation(mPointAlloc, 0);
181 mPointAlloc.data(mPointData);
182 mPointAlloc.uploadToBufferObject();
226 script.bindAllocation(mPointAlloc, RSID_POINTS);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/
Visualization2RS.java 55 mPointAlloc.data(mPointData);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 83 protected Allocation mPointAlloc;
261 mPointAlloc = mCubeMesh.createVertexAllocation(vertexSlot);
262 mPointAlloc.setName("PointBuffer");
268 mCubeMesh.bindVertexAllocation(mPointAlloc, 0);
282 mPointAlloc.data(mPointData);
283 mPointAlloc.uploadToBufferObject();
300 script.bindAllocation(mPointAlloc, RSID_POINTS);
401 mPointAlloc.data(mPointData);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 108 mPointAlloc.data(mPointData);

Completed in 16 milliseconds