Searched refs:pfnCaptureStackBackTrace (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_stack.c233 static PFNCAPTURESTACKBACKTRACE pfnCaptureStackBackTrace = NULL; local in function:debug_backtrace_capture
235 if (!pfnCaptureStackBackTrace) {
242 pfnCaptureStackBackTrace =
247 if (pfnCaptureStackBackTrace) {
255 i = pfnCaptureStackBackTrace(start_frame, nr_frames,
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_stack.c218 static PFNCAPTURESTACKBACKTRACE pfnCaptureStackBackTrace = NULL; local in function:debug_backtrace_capture
220 if (!pfnCaptureStackBackTrace) {
227 pfnCaptureStackBackTrace =
232 if (pfnCaptureStackBackTrace) {
240 i = pfnCaptureStackBackTrace(start_frame, nr_frames,

Completed in 5 milliseconds