OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callEndData
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
tess.h
122
void (GLAPIENTRY *
callEndData
)( void *polygonData );
158
if (tess->
callEndData
!= &__gl_noEndData) \
159
(*tess->
callEndData
)(tess->polygonData); \
tess.c
133
tess->
callEndData
= &__gl_noEndData;
318
tess->
callEndData
= (fn == NULL) ? &__gl_noEndData :
568
|| tess->
callEndData
!= &__gl_noEndData
Completed in 552 milliseconds