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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_symbol.c 95 typedef DWORD (WINAPI *PFNSYMSETOPTIONS)(DWORD);
96 static PFNSYMSETOPTIONS pfnSymSetOptions = NULL;
102 (pfnSymSetOptions || (pfnSymSetOptions = (PFNSYMSETOPTIONS) __GetProcAddress("SymSetOptions")))
104 return pfnSymSetOptions(SymOptions);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_symbol.c 95 typedef DWORD (WINAPI *PFNSYMSETOPTIONS)(DWORD);
96 static PFNSYMSETOPTIONS pfnSymSetOptions = NULL;
102 (pfnSymSetOptions || (pfnSymSetOptions = (PFNSYMSETOPTIONS) __GetProcAddress("SymSetOptions")))
104 return pfnSymSetOptions(SymOptions);

Completed in 28 milliseconds