Lines Matching defs:visual
568 Visual* visual, int depth)
587 // Create a colormap based on the visual used by the current context
590 visual,
593 window->x11.transparent = _glfwIsVisualTransparentX11(visual);
612 visual,
1869 GLFWbool _glfwIsVisualTransparentX11(Visual* visual)
1874 XRenderPictFormat* pf = XRenderFindVisualFormat(_glfw.x11.display, visual);
1964 Visual* visual = NULL;
1973 if (!_glfwChooseVisualGLX(wndconfig, ctxconfig, fbconfig, &visual, &depth))
1980 if (!_glfwChooseVisualEGL(wndconfig, ctxconfig, fbconfig, &visual, &depth))
1990 if (!visual)
1992 visual = DefaultVisual(_glfw.x11.display, _glfw.x11.screen);
1996 if (!createNativeWindow(window, wndconfig, visual, depth))