OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPointAlloc
(Results
1 - 2
of
2
) sorted by null
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java
57
protected Allocation
mPointAlloc
;
143
mPointAlloc
= mVertexBuffer.getAllocation();
146
mScript.set_gPointBuffer(
mPointAlloc
);
150
mPointAlloc
.copyFromUnchecked(mPointData);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java
77
protected Allocation
mPointAlloc
;
272
mPointAlloc
= mVertexBuffer.getAllocation();
275
mScript.set_gPointBuffer(
mPointAlloc
);
285
mPointAlloc
.copyFromUnchecked(mPointData);
400
mPointAlloc
.copyFromUnchecked(mPointData);
Completed in 82 milliseconds