OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createVertexAllocation
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
FountainRS.java
94
Allocation partAlloc = mSM.
createVertexAllocation
(vtxSlot);
/frameworks/base/graphics/java/android/renderscript/
SimpleMesh.java
47
public Allocation
createVertexAllocation
(int slot) {
349
Allocation vertexAlloc = sm.
createVertexAllocation
(0);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java
160
mPointAlloc = mCubeMesh.
createVertexAllocation
(vertexSlot);
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java
145
mParticlesBuffer = mParticlesMesh.
createVertexAllocation
(vertexSlot);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java
261
mPointAlloc = mCubeMesh.
createVertexAllocation
(vertexSlot);
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java
283
mBladesBuffer = mBladesMesh.
createVertexAllocation
(vertexSlot);
Completed in 223 milliseconds