OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PART_COUNT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.h
50
PART_COUNT
81
gfx::ImageSkia* images_[
PART_COUNT
][CustomButton::STATE_COUNT];
bitmap_scroll_bar.cc
191
DCHECK(part <
PART_COUNT
);
/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 131 milliseconds