| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| glxinfo.c | 71 int id; /* May be visual ID or FBConfig ID */ 182 create_context_flags(Display *dpy, GLXFBConfig fbconfig, int major, int minor, 233 fbconfig, 413 * Choose FBConfig or XVisualInfo and create a context. 437 fprintf(stderr, "Error: couldn't find RGB GLX visual or fbconfig\n"); 821 get_fbconfig_attribs(Display *dpy, GLXFBConfig fbconfig, 830 glXGetFBConfigAttrib(dpy, fbconfig, GLX_FBCONFIG_ID, &attribs->id); 832 vInfo = glXGetVisualFromFBConfig(dpy, fbconfig); 844 glXGetFBConfigAttrib(dpy, fbconfig, GLX_X_VISUAL_TYPE, &visual_type); 847 glXGetFBConfigAttrib(dpy, fbconfig, GLX_DRAWABLE_TYPE, &attribs->drawableType) [all...] |
| glxgears_fbconfig.c | 346 * Initialize fbconfig related function pointers. 441 GLXFBConfig * fbconfig; local 457 fbconfig = (*choose_fbconfig)(dpy, scrnum, attrib, & num_configs); 458 if (fbconfig == NULL) { 466 PrintFBConfigInfo(dpy, scrnum, fbconfig[i], GL_TRUE); 470 visinfo = (*get_visual_from_fbconfig)(dpy, fbconfig[0]); 495 glxWin = (*create_window)(dpy, fbconfig[0], win, NULL); 497 ctx = (*create_new_context)(dpy, fbconfig[0], GLX_RGBA_TYPE, NULL, GL_TRUE); 503 XFree(fbconfig);
|
| glxgears_pixmap.c | 348 GLXFBConfig * fbconfig; local 362 fbconfig = glXChooseFBConfig(dpy, scrnum, attrib, & num_configs); 363 if (fbconfig == NULL) { 369 visinfo = glXGetVisualFromFBConfig(dpy, fbconfig[0]); 403 gears->glxpixmap = glXCreatePixmap(dpy, fbconfig[0], gears->pixmap, NULL); 409 gears->ctx = glXCreateNewContext(dpy, fbconfig[0], 416 XFree(fbconfig);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| createcontext.c | 130 * On the client, the screen comes from the FBConfig, so GLXBadFBConfig 134 client->errorValue = req->fbconfig; 138 if (req->fbconfig) { 139 if (!validGlxFBConfig(client, glxScreen, req->fbconfig, &config, &err)) { 140 client->errorValue = req->fbconfig; 189 if (!req->fbconfig) 215 if (req->fbconfig) 314 client->errorValue = req->fbconfig;
|
| glxcmdsswap.c | 81 __GLX_SWAP_INT(&req->fbconfig); 101 __GLX_SWAP_INT(&req->fbconfig); 274 __GLX_SWAP_INT(&req->fbconfig); 302 __GLX_SWAP_INT(&req->fbconfig); 363 __GLX_SWAP_INT(&req->fbconfig); 389 __GLX_SWAP_INT(&req->fbconfig); 491 __GLX_SWAP_INT(&req->fbconfig);
|
| glxcmds.c | 401 if (!validGlxFBConfig(cl->client, pGlxScreen, req->fbconfig, &config, &err)) 423 if (!validGlxFBConfig(cl->client, pGlxScreen, req->fbconfig, &config, &err)) 520 * matches the context screen and that the context fbconfig is 543 * window without a corresponding fbconfig, presumably because 1304 if (!validGlxFBConfig(cl->client, pGlxScreen, req->fbconfig, &config, &err)) 1332 if (!validGlxFBConfig(cl->client, pGlxScreen, req->fbconfig, &config, &err)) 1445 return DoCreatePbuffer(cl->client, req->screen, req->fbconfig, 1461 return DoCreatePbuffer(cl->client, req->screen, req->fbconfig, 1569 if (!validGlxFBConfig(client, pGlxScreen, req->fbconfig, &config, &err))
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| create_context_unittest.cpp | 78 uint32_t fbconfig, 89 req.fbconfig = fbconfig; 237 EXPECT_EQ(0xbeefcafe, req.fbconfig);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| create_context_unittest.cpp | 78 uint32_t fbconfig, 89 req.fbconfig = fbconfig; 223 EXPECT_EQ(0xbeefcafe, req.fbconfig);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| glxcmdsswap.c | 88 __GLX_SWAP_INT(&req->fbconfig); 107 __GLX_SWAP_INT(&req->fbconfig); 317 __GLX_SWAP_INT(&req->fbconfig); 344 __GLX_SWAP_INT(&req->fbconfig); 403 __GLX_SWAP_INT(&req->fbconfig); 427 __GLX_SWAP_INT(&req->fbconfig); 525 __GLX_SWAP_INT(&req->fbconfig);
|
| glxcmds.c | 347 if (!validGlxFBConfig(cl->client, pGlxScreen, req->fbconfig, &config, &err)) 367 if (!validGlxFBConfig(cl->client, pGlxScreen, req->fbconfig, &config, &err)) 470 * matches the context screen and that the context fbconfig is 1254 if (!validGlxFBConfig(cl->client, pGlxScreen, req->fbconfig, &config, &err)) 1281 if (!validGlxFBConfig(cl->client, pGlxScreen, req->fbconfig, &config, &err)) 1398 return DoCreatePbuffer(cl->client, req->screen, req->fbconfig, 1409 return DoCreatePbuffer(cl->client, req->screen, req->fbconfig, 1518 if (!validGlxFBConfig(client, pGlxScreen, req->fbconfig, &config, &err))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| glx_api.c | 716 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for 721 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) 723 const GLboolean rgbModeDefault = fbConfig; 754 if (fbConfig && 770 if (fbConfig) { 788 if (fbConfig) { 799 if (fbConfig) { 808 if (fbConfig) { 923 * FBConfig attribs. 926 if (!fbConfig) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| fakeglx.c | 851 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for 856 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) 858 const GLboolean rgbModeDefault = fbConfig; 886 if (fbConfig && 902 if (fbConfig) { 920 if (fbConfig) { 931 if (fbConfig) { 940 if (fbConfig) { 1053 * FBConfig attribs. 1056 if (!fbConfig) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| glx_api.c | 720 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for 725 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) 727 const GLboolean rgbModeDefault = fbConfig; 758 if (fbConfig && 774 if (fbConfig) { 792 if (fbConfig) { 803 if (fbConfig) { 812 if (fbConfig) { 927 * FBConfig attribs. 930 if (!fbConfig) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| dri_common.c | 332 unsigned int fbconfig = 0; local 334 if (__glXGetDrawableAttribute(psc->dpy, draw, GLX_FBCONFIG_ID, &fbconfig)) { 335 return glx_config_find_fbconfig(psc->configs, fbconfig);
|
| glxcmds.c | 206 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) 217 if (config == (struct glx_config *) fbconfig) { 230 * \param config GLX FBConfig which will support the returned renderType. 375 req->fbconfig = generic_id; 396 req->fbconfig = generic_id; 1168 /* None of the pbuffer or fbconfig specs say that this comparison needs 1187 * the various visual / FBConfig selection rules. 1629 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, 1632 struct glx_config *config = (struct glx_config *) fbconfig; 1713 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, [all...] |
| glx_pbuffer.c | 246 CreateDRIDrawable(Display *dpy, const struct glx_config * fbconfig, 476 req->fbconfig = config->fbconfigID; 575 req->fbconfig = config->fbconfigID;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| fakeglx.c | 858 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for 863 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) 865 const GLboolean rgbModeDefault = fbConfig; 893 if (fbConfig && 909 if (fbConfig) { 927 if (fbConfig) { 938 if (fbConfig) { 947 if (fbConfig) { 1060 * FBConfig attribs. 1063 if (!fbConfig) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| glxcmds.c | 205 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) 216 if (config == (struct glx_config *) fbconfig) { 229 * \param config GLX FBConfig which will support the returned renderType. 379 req->fbconfig = generic_id; 400 req->fbconfig = generic_id; 1165 /* None of the pbuffer or fbconfig specs say that this comparison needs 1184 * the various visual / FBConfig selection rules. 1616 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, 1619 struct glx_config *config = (struct glx_config *) fbconfig; 1700 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, [all...] |
| dri_common.c | 309 unsigned int fbconfig = 0; local 320 if (__glXGetDrawableAttribute(psc->dpy, draw, GLX_FBCONFIG_ID, &fbconfig)) { 321 return glx_config_find_fbconfig(psc->configs, fbconfig); 362 /* if this is a no-config context, infer the fbconfig from the drawable */
|
| glx_pbuffer.c | 458 req->fbconfig = config->fbconfigID; 558 req->fbconfig = config->fbconfigID;
|
| glxclient.h | 439 struct glx_screen *psc, struct glx_config *fbconfig);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| glxcmdsswap.c | 76 __GLX_SWAP_INT(&req->fbconfig); 90 __GLX_SWAP_INT(&req->fbconfig); 352 __GLX_SWAP_INT(&req->fbconfig); 979 __GLX_SWAP_INT(&req->fbconfig); 1020 __GLX_SWAP_INT(&req->fbconfig);
|
| glxcmds.c | 202 * visual does not have an FBConfig ??? 292 be_new_req->fbconfig = (unsigned int)be_fbconfigId; 315 ext_req->fbconfig = (unsigned int)be_fbconfigId; 379 return( CreateContext(cl, req->context,None, req->fbconfig, 388 return( CreateContext(cl, req->context, None, req->fbconfig, 1722 /* find the FBConfig for that visual (if any) */ 1728 * visual does not have an FBConfig ??? 1807 be_new_req->fbconfig = be_FBConfig->id; 1829 ext_req->fbconfig = be_FBConfig->id; 1880 return( CreateGLXPixmap(cl, None, req->fbconfig, [all...] |
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| glxproto.h | 421 GLXFBConfigID fbconfig; member in struct:GLXCreatePixmap 448 GLXFBConfigID fbconfig; member in struct:GLXCreateNewContext 491 GLXFBConfigID fbconfig; member in struct:GLXCreatePbuffer 541 GLXFBConfigID fbconfig; member in struct:GLXCreateWindow 1000 GLXFBConfigID fbconfig; member in struct:GLXCreateContextWithConfigSGIX 1021 GLXFBConfigID fbconfig; member in struct:GLXCreateGLXPixmapWithConfigSGIX 1037 GLXFBConfigID fbconfig; member in struct:GLXCreateGLXPbufferSGIX 1345 GLXFBConfigID fbconfig; member in struct:GLXCreateContextAttribsARB
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_dstr.c | 245 int fbconfig; local 288 fbconfig = __glutIsSupportedByGLX("GLX_SGIX_fbconfig"); 439 if (fbconfig) { 590 /* Fbconfig is not RGBA; GLUT only uses RGBA 594 window-renderable FBconfig would also be 599 /* Fbconfig does not support window rendering; 600 not a valid FBconfig for GLUT windows. */ 604 /* FBconfig ID is None (zero); not a valid 605 FBconfig. */ 609 /* FBconfig ID is None (zero); not a valid FBconfig. * [all...] |