Searched refs:XMatchVisualInfo (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/src/Main/ |
D | libX11.hpp | 35 …Status (*XMatchVisualInfo)(Display *display, int screen, int depth, int screen_class, XVisualInfo … member
|
D | libX11.cpp | 31 …XMatchVisualInfo = (Status (*)(Display*, int, int, int, XVisualInfo*))getProcAddress(libX11, "XMat… in LibX11exports()
|
D | FrameBufferX11.cpp | 58 Status status = libX11->XMatchVisualInfo(x_display, screen, 32, TrueColor, &x_visual); in FrameBufferX11()
|
/external/libdrm/tests/ttmtest/src/ |
D | ttmtest.c | 407 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/ |
D | rpng-x.c | 471 XMatchVisualInfo(display, screen, depth, in rpng_x_create_window() 504 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info); in rpng_x_create_window()
|
D | rpng2-x.c | 886 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info); in rpng2_x_create_window()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_LinuxX11.cpp | 158 XMatchVisualInfo( nativeDisplay, defaultScreen, defaultDepth, TrueColor, visualInfo); in CreateNativeWindow()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 533 XMatchVisualInfo( m_X11Display, m_X11Screen, depth, TrueColor, m_X11Visual); in OpenX11Window()
|
/external/webrtc/webrtc/modules/video_render/test/testAPI/ |
D | testAPI.cc | 179 if( XMatchVisualInfo(_display, screen, 24, TrueColor, &vinfo) != 0 ) in WebRtcCreateWindow()
|
/external/ImageMagick/MagickCore/ |
D | vms.h | 211 #define XMatchVisualInfo XMATCHVISUALINFO macro
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 227 #define XMatchVisualInfo XMATCHVISUALINFO macro
|