Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DlibX11.cpp22 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()
[all …]
DXcbSurfaceKHR.cpp27 void getFuncAddress(void *lib, const char *name, FPTR *out) in getFuncAddress() function
36 getFuncAddress(lib, "xcb_create_gc", &xcb_create_gc); in LibXcbExports()
37 getFuncAddress(lib, "xcb_flush", &xcb_flush); in LibXcbExports()
38 getFuncAddress(lib, "xcb_free_gc", &xcb_free_gc); in LibXcbExports()
39 getFuncAddress(lib, "xcb_generate_id", &xcb_generate_id); in LibXcbExports()
40 getFuncAddress(lib, "xcb_get_geometry", &xcb_get_geometry); in LibXcbExports()
41 getFuncAddress(lib, "xcb_get_geometry_reply", &xcb_get_geometry_reply); in LibXcbExports()
42 getFuncAddress(lib, "xcb_put_image", &xcb_put_image); in LibXcbExports()