Home
last modified time | relevance | path

Searched refs:TraceLog (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_diagnostic_trace.cpp32 static TraceLog* g_TraceLog = nullptr;
37 TraceLog::TraceLog( in TraceLog() function in TraceLog
47 TraceNode* TraceLog::get_current_leaf() in get_current_leaf()
58 size_t TraceLog::get_depth() in get_depth()
64 TraceLog::~TraceLog() in ~TraceLog()
Dastcenc_diagnostic_trace.h120 class TraceLog
130 TraceLog(const char* file_name);
137 ~TraceLog();
Dastcenc_internal.h1195 class TraceLog; variable
1236 TraceLog* trace_log;
Dastcenc_entry.cpp799 ctx->trace_log = new TraceLog(ctx->config.trace_file_path); in astcenc_context_alloc()