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

  /frameworks/base/tests/RenderScriptTests/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);//
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
FountainRS.java 25 public static final int PART_COUNT = 50000;
41 ScriptField_Point points = new ScriptField_Point(mRS, PART_COUNT);//
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 25 public static final int PART_COUNT = 4000;
106 mPoints = new ScriptField_Point(mRS, PART_COUNT, Allocation.USAGE_SCRIPT);
114 mGridCache = Allocation.createSized(mRS, Element.F32_2(mRS), PART_COUNT);
115 mBalls = new ScriptField_Ball(mRS, PART_COUNT, Allocation.USAGE_SCRIPT);
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboRS.java 29 public static final int PART_COUNT = 50000;
44 ScriptField_Point points = new ScriptField_Point(mRS, PART_COUNT);

Completed in 48 milliseconds