OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callMesh
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
tess.c
128
tess->
callMesh
= &noMesh;
341
tess->
callMesh
= (fn == NULL) ? &noMesh : (void (GLAPIENTRY *)(GLUmesh *)) fn;
518
if( ! tess->flagBoundary && tess->
callMesh
== &noMesh ) {
578
if( tess->
callMesh
!= &noMesh ) {
587
(*tess->
callMesh
)( mesh ); /* user wants the mesh itself */
tess.h
108
void (GLAPIENTRY *
callMesh
)( GLUmesh *mesh );
Completed in 18 milliseconds