OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIMITIVE
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_split_tmp.h
45
/* sanitize
primitive
length */
50
/* try flushing the entire
primitive
*/
51
if (
PRIMITIVE
(start, count))
173
#undef
PRIMITIVE
draw_pt_vsplit_tmp.h
225
#define
PRIMITIVE
(istart, icount) \
290
#define
PRIMITIVE
(istart, icount) FALSE
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h
124
GLenum
primitive
;
member in struct:sw_span
173
#define INIT_SPAN(S,
PRIMITIVE
) \
175
(S).
primitive
= (
PRIMITIVE
); \
/external/mesa3d/src/gallium/auxiliary/draw/
draw_split_tmp.h
45
/* sanitize
primitive
length */
50
/* try flushing the entire
primitive
*/
51
if (
PRIMITIVE
(start, count))
173
#undef
PRIMITIVE
draw_pt_vsplit_tmp.h
225
#define
PRIMITIVE
(istart, icount) \
290
#define
PRIMITIVE
(istart, icount) FALSE
/external/mesa3d/src/mesa/swrast/
s_span.h
124
GLenum
primitive
;
member in struct:sw_span
173
#define INIT_SPAN(S,
PRIMITIVE
) \
175
(S).
primitive
= (
PRIMITIVE
); \
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java
114
public static final byte
PRIMITIVE
= 32;
136
if ((status &
PRIMITIVE
) ==
PRIMITIVE
)
137
returnValue += "|
PRIMITIVE
";
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllClassesTest.java
52
* '
PRIMITIVE
' bits in the status flag;
94
if ( (status & JDWPConstants.ClassStatus.
PRIMITIVE
) != 0 ){
101
+ Integer.toHexString(JDWPConstants.ClassStatus.
PRIMITIVE
)
103
+ JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.
PRIMITIVE
)
AllClassesWithGenericTest.java
53
* '
PRIMITIVE
' bits in the status flag;
97
if ( (status & JDWPConstants.ClassStatus.
PRIMITIVE
) != 0 ){
105
+ Integer.toHexString(JDWPConstants.ClassStatus.
PRIMITIVE
)
107
+ JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.
PRIMITIVE
)
/external/tcpdump/
print-snmp.c
249
"
Primitive
",
250
#define
PRIMITIVE
0
505
case
PRIMITIVE
:
[
all
...]
Completed in 1139 milliseconds