• Home
  • Raw
  • Download

Lines Matching refs:getFuncAddress

22 void getFuncAddress(void *lib, const char *name, FPTR *out)  in getFuncAddress()  function
31 getFuncAddress(libX11, "XOpenDisplay", &XOpenDisplay); in LibX11exports()
32 getFuncAddress(libX11, "XGetWindowAttributes", &XGetWindowAttributes); in LibX11exports()
33 getFuncAddress(libX11, "XDefaultScreenOfDisplay", &XDefaultScreenOfDisplay); in LibX11exports()
34 getFuncAddress(libX11, "XWidthOfScreen", &XWidthOfScreen); in LibX11exports()
35 getFuncAddress(libX11, "XHeightOfScreen", &XHeightOfScreen); in LibX11exports()
36 getFuncAddress(libX11, "XPlanesOfScreen", &XPlanesOfScreen); in LibX11exports()
37 getFuncAddress(libX11, "XDefaultGC", &XDefaultGC); in LibX11exports()
38 getFuncAddress(libX11, "XDefaultDepth", &XDefaultDepth); in LibX11exports()
39 getFuncAddress(libX11, "XMatchVisualInfo", &XMatchVisualInfo); in LibX11exports()
40 getFuncAddress(libX11, "XDefaultVisual", &XDefaultVisual); in LibX11exports()
41 getFuncAddress(libX11, "XSetErrorHandler", &XSetErrorHandler); in LibX11exports()
42 getFuncAddress(libX11, "XSync", &XSync); in LibX11exports()
43 getFuncAddress(libX11, "XCreateImage", &XCreateImage); in LibX11exports()
44 getFuncAddress(libX11, "XCloseDisplay", &XCloseDisplay); in LibX11exports()
45 getFuncAddress(libX11, "XPutImage", &XPutImage); in LibX11exports()
46 getFuncAddress(libX11, "XDrawString", &XDrawString); in LibX11exports()
48 getFuncAddress(libXext, "XShmQueryExtension", &XShmQueryExtension); in LibX11exports()
49 getFuncAddress(libXext, "XShmCreateImage", &XShmCreateImage); in LibX11exports()
50 getFuncAddress(libXext, "XShmAttach", &XShmAttach); in LibX11exports()
51 getFuncAddress(libXext, "XShmDetach", &XShmDetach); in LibX11exports()
52 getFuncAddress(libXext, "XShmPutImage", &XShmPutImage); in LibX11exports()