| 437 | |
| 438 | |
| 439 | static INLINE int getGLXFBConfigAttrib(GLXFBConfig config, int attribute) |
| 440 | { |
| 441 | int value = 0; |
| 442 | _glXGetFBConfigAttrib(DPY3D, config, attribute, &value); |
| 443 | return value; |
| 444 | } |
| 445 | |
| 446 | |
| 447 | static void buildCfgAttribTable(Display *dpy, int screen) |
no outgoing calls
no test coverage detected