HomeSort by relevance Sort by last modified time
    Searched refs:callEnd (Results 1 - 3 of 3) sorted by null

  /external/skia/third_party/glu/libtess/
tess.h 107 void (GLAPIENTRY *callEnd)( void );
160 else (*tess->callEnd)();
tess.c 124 tess->callEnd = &noEnd;
315 tess->callEnd = (fn == NULL) ? &noEnd : (void (GLAPIENTRY *)(void)) fn;
565 if( tess->callBegin != &noBegin || tess->callEnd != &noEnd
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java     [all...]

Completed in 93 milliseconds