OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callBegin
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
tess.h
104
void (GLAPIENTRY *
callBegin
)( GLenum type );
145
else (*tess->
callBegin
)((a));
tess.c
121
tess->
callBegin
= &noBegin;
284
tess->
callBegin
= (fn == NULL) ? &noBegin : (void (GLAPIENTRY *)(GLenum)) fn;
565
if( tess->
callBegin
!= &noBegin || tess->callEnd != &noEnd
Completed in 41 milliseconds