Searched refs:libXext (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | libX11.cpp | 19 LibX11exports::LibX11exports(void *libX11, void *libXext) in LibX11exports() argument 38 XShmQueryExtension = (Bool (*)(Display*))getProcAddress(libXext, "XShmQueryExtension"); in LibX11exports() 39 XShmCreateImage = (XImage *(*)(Display*, Visual*, unsigned int, int, char*, XShmSegmentInfo*, unsigned int, unsigned int))getProcAddress(libXext, "XShmCreateImage"); in LibX11exports() 40 XShmAttach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmAttach"); in LibX11exports() 41 XShmDetach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmDetach"); in LibX11exports() 42 XShmPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned int, bool))getProcAddress(libXext, "XShmPutImage"); in LibX11exports() 53 static void *libXext = nullptr; in loadExports() local 69 libXext = loadLibrary("libXext.so"); in loadExports() 70 libX11exports = new LibX11exports(libX11, libXext); in loadExports() [all...] |
H A D | libX11.hpp | 25 LibX11exports(void *libX11, void *libXext);
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | libX11.cpp | 21 LibX11exports::LibX11exports(void *libX11, void *libXext) in LibX11exports() argument 40 getFuncAddress(libXext, "XShmQueryExtension", &XShmQueryExtension); in LibX11exports() 41 getFuncAddress(libXext, "XShmCreateImage", &XShmCreateImage); in LibX11exports() 42 getFuncAddress(libXext, "XShmAttach", &XShmAttach); in LibX11exports() 43 getFuncAddress(libXext, "XShmDetach", &XShmDetach); in LibX11exports() 44 getFuncAddress(libXext, "XShmPutImage", &XShmPutImage); in LibX11exports() 64 void *libXext = loadLibrary("libXext.so"); in loadExports() 65 return LibX11exports(libX11, libXext); in loadExports()
|
H A D | libX11.hpp | 26 LibX11exports(void *libX11, void *libXext);
|
Completed in 2 milliseconds