Searched defs:mPointAlloc (Results 1 - 2 of 2) sorted by relevance

/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DGenericWaveRS.java57 protected Allocation mPointAlloc; field in class:GenericWaveRS
151 mPointAlloc = mVertexBuffer.getAllocation();
154 mScript.set_gPointBuffer(mPointAlloc);
164 mPointAlloc.copyFromUnchecked(mPointData);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
H A DVisualization5RS.java77 protected Allocation mPointAlloc; field in class:Visualization5RS
272 mPointAlloc = mVertexBuffer.getAllocation();
275 mScript.set_gPointBuffer(mPointAlloc);
285 mPointAlloc.copyFromUnchecked(mPointData);
400 mPointAlloc.copyFromUnchecked(mPointData);

Completed in 28 milliseconds