Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp570 tCT32S pCT32S = NULL; in GetModuleListTH32() local
585 pCT32S = (tCT32S)GetProcAddress(hToolhelp, "CreateToolhelp32Snapshot"); in GetModuleListTH32()
588 if ((pCT32S != NULL) && (pM32F != NULL) && (pM32N != NULL)) in GetModuleListTH32()
597 hSnap = pCT32S(TH32CS_SNAPMODULE, pid); in GetModuleListTH32()