HomeSort by: relevance | last modified time | path
    Searched refs:callBegin (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libtess/
tess.h 97 void (GLAPIENTRY *callBegin)( GLenum type );
138 else (*tess->callBegin)((a));
tess.c 119 tess->callBegin = &noBegin;
280 tess->callBegin = (fn == NULL) ? &noBegin : (void (GLAPIENTRY *)(GLenum)) fn;
561 if( tess->callBegin != &noBegin || tess->callEnd != &noEnd

Completed in 4 milliseconds