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

  /external/skia/include/core/
SkError.h 82 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context);
  /external/skia/tests/
ErrorTest.cpp 41 SkSetErrorCallback(cb, &context);
CanvasStateTest.cpp 295 SkSetErrorCallback(error_callback, NULL);
PictureTest.cpp 888 SkSetErrorCallback(assert_one_parse_error_cb, &context);
894 SkSetErrorCallback(NULL, NULL);
    [all...]
  /external/skia/src/core/
SkError.cpp 65 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context) {
  /external/skia/dm/
DMSrcSink.cpp 353 SkSetErrorCallback(&PreAbandonGpuContextErrorHandler, NULL);

Completed in 106 milliseconds