Lines Matching refs:GLXFBConfig
41 // Returns the specified attribute of the specified GLXFBConfig
43 static int getGLXFBConfigAttrib(GLXFBConfig fbconfig, int attrib)
50 // Return the GLXFBConfig most closely matching the specified hints
53 GLXFBConfig* result)
55 GLXFBConfig* nativeConfigs;
81 const GLXFBConfig n = nativeConfigs[i];
138 *result = (GLXFBConfig) closest->handle;
149 GLXFBConfig fbconfig,
457 GLXFBConfig native = NULL;
466 "GLX: Failed to find a suitable GLXFBConfig");
641 // Returns the Visual and depth of the chosen GLXFBConfig
648 GLXFBConfig native;
654 "GLX: Failed to find a suitable GLXFBConfig");
662 "GLX: Failed to retrieve Visual for GLXFBConfig");