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

  /external/skia/src/core/
SkATrace.cpp 16 SkATrace::SkATrace() : fBeginSection(nullptr), fEndSection(nullptr), fIsEnabled(nullptr) {
20 fEndSection = []{ ATRACE_END(); };
24 fEndSection = (decltype(fEndSection))dlsym(lib, "ATrace_endSection");
50 fEndSection();
61 fEndSection();
SkATrace.h 49 void (*fEndSection)(void);
  /external/skqp/src/core/
SkATrace.cpp 16 SkATrace::SkATrace() : fBeginSection(nullptr), fEndSection(nullptr), fIsEnabled(nullptr) {
20 fEndSection = []{ ATRACE_END(); };
24 fEndSection = (decltype(fEndSection))dlsym(lib, "ATrace_endSection");
50 fEndSection();
61 fEndSection();
SkATrace.h 49 void (*fEndSection)(void);

Completed in 1089 milliseconds