Searched defs:visualInfo (Results 1 - 6 of 6) sorted by relevance

/external/libdrm/tests/ttmtest/src/
H A Dttmtest.c70 XVisualInfo visualInfo; member in struct:__anon11333
408 &ctx.visualInfo);
411 &ctx.visualInfo);
418 if (!uniDRICreateContext(ctx.display, ctx.screen, ctx.visualInfo.visual,
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_LinuxX11.cpp157 XVisualInfo* visualInfo = new XVisualInfo; local
158 XMatchVisualInfo( nativeDisplay, defaultScreen, defaultDepth, TrueColor, visualInfo);
159 if (!visualInfo)
169 Colormap colourMap = XCreateColormap(nativeDisplay, rootWindow, visualInfo->visual, AllocNone);
188 visualInfo->depth, // Depth from the visual info
190 visualInfo->visual, // Visual to use
205 delete visualInfo;
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp289 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig); local
291 if (!visualInfo)
294 m_visual = visualInfo->visual;
295 XFree(visualInfo);
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c1110 XVisualInfo *visualInfo = XGetVisualInfo(inst->xlib_display, visualMask, local
1114 inst->width, inst->height, 0, visualInfo->depth, InputOutput,
1115 visualInfo->visual, 0, NULL);
H A Dcube.cpp2447 XVisualInfo *visualInfo = XGetVisualInfo(display, visualMask, &vInfoTemplate, &numberOfVisuals); local
2449 Colormap colormap = XCreateColormap(display, RootWindow(display, vInfoTemplate.screen), visualInfo->visual, AllocNone);
2457 xlib_window = XCreateWindow(display, RootWindow(display, vInfoTemplate.screen), 0, 0, width, height, 0, visualInfo->depth,
2458 InputOutput, visualInfo->visual, CWBackPixel | CWBorderPixel | CWEventMask | CWColormap,
H A Dcube.c2514 XVisualInfo *visualInfo = XGetVisualInfo(demo->display, visualMask, local
2519 visualInfo->visual, AllocNone);
2530 demo->width, demo->height, 0, visualInfo->depth, InputOutput,
2531 visualInfo->visual,

Completed in 708 milliseconds