Home
last modified time | relevance | path

Searched refs:libXext (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/WSI/
DlibX11.cpp31 LibX11exports::LibX11exports(void *libX11, void *libXext) in LibX11exports() argument
50 getFuncAddress(libXext, "XShmQueryExtension", &XShmQueryExtension); in LibX11exports()
51 getFuncAddress(libXext, "XShmCreateImage", &XShmCreateImage); in LibX11exports()
52 getFuncAddress(libXext, "XShmAttach", &XShmAttach); in LibX11exports()
53 getFuncAddress(libXext, "XShmDetach", &XShmDetach); in LibX11exports()
54 getFuncAddress(libXext, "XShmPutImage", &XShmPutImage); in LibX11exports()
65 static void *libXext = nullptr; in loadExports() local
81 libXext = loadLibrary("libXext.so"); in loadExports()
82 libX11exports = new LibX11exports(libX11, libXext); in loadExports()
DlibX11.hpp25 LibX11exports(void *libX11, void *libXext);
/external/swiftshader/src/Main/
DlibX11.cpp21 LibX11exports::LibX11exports(void *libX11, void *libXext) in LibX11exports() argument
40 XShmQueryExtension = (Bool (*)(Display*))getProcAddress(libXext, "XShmQueryExtension"); in LibX11exports()
41 …int, char*, XShmSegmentInfo*, unsigned int, unsigned int))getProcAddress(libXext, "XShmCreateImage… in LibX11exports()
42 XShmAttach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmAttach"); in LibX11exports()
43 XShmDetach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmDetach"); in LibX11exports()
44 …ge*, int, int, int, int, unsigned int, unsigned int, bool))getProcAddress(libXext, "XShmPutImage"); in LibX11exports()
55 static void *libXext = nullptr; in loadExports() local
71 libXext = loadLibrary("libXext.so"); in loadExports()
72 libX11exports = new LibX11exports(libX11, libXext); in loadExports()
DlibX11.hpp25 LibX11exports(void *libX11, void *libXext);
/external/oss-fuzz/projects/ffmpeg/
DDockerfile31 RUN git clone --depth 1 git://anongit.freedesktop.org/xorg/lib/libXext
Dbuild.sh46 cd $SRC/libXext
/external/ImageMagick/
DImageMagick.spec.in22 BuildRequires: libX11-devel, libXext-devel, libXt-devel
46 Requires: libX11-devel, libXext-devel, libXt-devel, ghostscript-devel