OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callCombine
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
tess.h
94
void (GLAPIENTRY *
callCombine
)( GLdouble coords[3], void *data[4],
165
else (*tess->
callCombine
)((a),(b),(c),(d));
tess.c
127
tess->
callCombine
= &noCombine;
329
tess->
callCombine
= (fn == NULL) ? &noCombine :
Completed in 16 milliseconds