OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callCombineData
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
tess.h
124
void (GLAPIENTRY *
callCombineData
)( GLdouble coords[3], void *data[4],
163
if (tess->
callCombineData
!= &__gl_noCombineData) \
164
(*tess->
callCombineData
)((a),(b),(c),(d),tess->polygonData); \
tess.c
135
tess->
callCombineData
= &__gl_noCombineData;
333
tess->
callCombineData
= (fn == NULL) ? &__gl_noCombineData :
Completed in 114 milliseconds