Home
last modified time | relevance | path

Searched defs:GetProc (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DDLL.h49 FARPROC GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); } in GetProc() function
/external/libcap/cap/
Dcap.go338 func GetProc() *Set { func
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp29 static bool GetProc(PFNGETPROCPROC getProc, T *member, const char *name) in GetProc() function