OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boundaryOnly
(Results
1 - 3
of
3
) sorted by null
/external/skia/third_party/glu/libtess/
tess.c
119
tess->
boundaryOnly
= FALSE;
232
tess->
boundaryOnly
= (value != 0);
261
assert(tess->
boundaryOnly
== TRUE || tess->
boundaryOnly
== FALSE);
262
*value= tess->
boundaryOnly
;
556
if( tess->
boundaryOnly
) {
572
if( tess->
boundaryOnly
) {
tess.h
100
GLboolean
boundaryOnly
; /* Extract contours, not triangles */
render.c
489
CALL_BEGIN_OR_BEGIN_DATA( tess->
boundaryOnly
? GL_LINE_LOOP
Completed in 499 milliseconds