Searched refs:libXext (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Main/ |
D | libX11.cpp | 21 LibX11exports::LibX11exports(void *libX11, void *libXext) in LibX11exports() argument 39 XShmQueryExtension = (Bool (*)(Display*))getProcAddress(libXext, "XShmQueryExtension"); in LibX11exports() 40 …int, char*, XShmSegmentInfo*, unsigned int, unsigned int))getProcAddress(libXext, "XShmCreateImage… in LibX11exports() 41 XShmAttach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmAttach"); in LibX11exports() 42 XShmDetach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmDetach"); in LibX11exports() 43 …ge*, int, int, int, int, unsigned int, unsigned int, bool))getProcAddress(libXext, "XShmPutImage"); in LibX11exports() 54 static void *libXext = nullptr; in loadExports() local 63 libXext = loadLibrary("libXext.so"); in loadExports() 64 libX11exports = new LibX11exports(libX11, libXext); in loadExports()
|
D | libX11.hpp | 25 LibX11exports(void *libX11, void *libXext);
|
/external/mesa3d/docs/ |
D | README.QUAKE | 172 libXext.so.6 => /usr/i486-linux-libc5/lib/libXext.so.6
|
/external/ImageMagick/ |
D | ImageMagick.spec.in | 21 BuildRequires: libX11-devel, libXext-devel, libXt-devel 44 Requires: libX11-devel, libXext-devel, libXt-devel, ghostscript-devel
|