Home
last modified time | relevance | path

Searched refs:XMatchVisualInfo (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/WSI/
DlibX11.cpp39 getFuncAddress(libX11, "XMatchVisualInfo", &XMatchVisualInfo); in LibX11exports()
DlibX11.hpp36 …Status (*XMatchVisualInfo)(Display *display, int screen, int depth, int screen_class, XVisualInfo … member
DXlibSurfaceKHR.cpp30 Status status = libX11->XMatchVisualInfo(pDisplay, screen, 32, TrueColor, &xVisual); in XlibSurfaceKHR()
/external/swiftshader/src/Main/
DlibX11.cpp29XMatchVisualInfo = (Status (*)(Display*, int, int, int, XVisualInfo*))getProcAddress(libX11, "XMat… in LibX11exports()
DlibX11.hpp35 …Status (*XMatchVisualInfo)(Display *display, int screen, int depth, int screen_class, XVisualInfo … member
DFrameBufferX11.cpp58 Status status = libX11->XMatchVisualInfo(x_display, screen, 32, TrueColor, &x_visual); in FrameBufferX11()
/external/libdrm/tests/ttmtest/src/
Dttmtest.c407 ret = XMatchVisualInfo(ctx.display, ctx.screen, 24, TrueColor, in main()
410 ret = XMatchVisualInfo(ctx.display, ctx.screen, 16, TrueColor, in main()
/external/libpng/contrib/gregbook/
Drpng-x.c472 XMatchVisualInfo(display, screen, depth, in rpng_x_create_window()
505 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info); in rpng_x_create_window()
Drpng2-x.c895 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info); in rpng2_x_create_window()
/external/ImageMagick/MagickCore/
Dvms.h211 #define XMatchVisualInfo XMATCHVISUALINFO macro