OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PART_COUNT
(Results
1 - 2
of
2
) sorted by null
/development/samples/RenderScript/Fountain/src/com/example/android/rs/fountain/
FountainRS.java
25
public static final int
PART_COUNT
= 50000;
41
ScriptField_Point points = new ScriptField_Point(mRS,
PART_COUNT
);//
/development/samples/RenderScript/Balls/src/com/example/android/rs/balls/
BallsRS.java
24
public static final int
PART_COUNT
= 900;
105
mPoints = new ScriptField_Point(mRS,
PART_COUNT
, Allocation.USAGE_SCRIPT);
118
mScript.bind_balls1(new ScriptField_Ball(mRS,
PART_COUNT
, Allocation.USAGE_SCRIPT));
119
mScript.bind_balls2(new ScriptField_Ball(mRS,
PART_COUNT
, Allocation.USAGE_SCRIPT));
Completed in 43 milliseconds