OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callVertex
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
tess.h
106
void (GLAPIENTRY *
callVertex
)( void *data );
150
else (*tess->
callVertex
)((a));
tess.c
123
tess->
callVertex
= &noVertex;
307
tess->
callVertex
= (fn == NULL) ? &noVertex :
566
|| tess->
callVertex
!= &noVertex || tess->callEdgeFlag != &noEdgeFlag
Completed in 95 milliseconds