OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GEOMETRY
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/R600/
AMDGPU.h
61
GEOMETRY
= 2,
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java
42
public final static int
GEOMETRY
= 5;
95
case
GEOMETRY
: return "
GEOMETRY
";
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java
46
public static final int
GEOMETRY
= 2;
67
case
GEOMETRY
: {
116
showPanel(
GEOMETRY
);
177
if (mCurrentSelected ==
GEOMETRY
) {
183
boolean fromRight = isRightAnimation(
GEOMETRY
);
186
categoryPanel.setAdapter(
GEOMETRY
);
188
mCurrentSelected =
GEOMETRY
;
230
case
GEOMETRY
: {
Completed in 108 milliseconds