OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callVertexData
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libtess/
tess.h
114
void (GLAPIENTRY *
callVertexData
)( void *data, void *polygonData );
141
if (tess->
callVertexData
!= &__gl_noVertexData) \
142
(*tess->
callVertexData
)((a),tess->polygonData); \
tess.c
130
tess->
callVertexData
= &__gl_noVertexData;
307
tess->
callVertexData
= (fn == NULL) ?
565
|| tess->
callVertexData
!= &__gl_noVertexData
Completed in 6 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026