Searched refs:fbconfig (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dcreate_context_unittest.cpp76 uint32_t fbconfig,
87 req.fbconfig = fbconfig;
221 EXPECT_EQ(0xbeefcafe, req.fbconfig);
74 xcb_glx_create_context_attribs_arb_checked(xcb_connection_t *c, xcb_glx_context_t context, uint32_t fbconfig, uint32_t screen, uint32_t share_list, uint8_t is_direct, uint32_t num_attribs, const uint32_t *attribs) argument
/external/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp76 uint32_t fbconfig,
87 req.fbconfig = fbconfig;
221 EXPECT_EQ(0xbeefcafe, req.fbconfig);
74 xcb_glx_create_context_attribs_arb_checked(xcb_connection_t *c, xcb_glx_context_t context, uint32_t fbconfig, uint32_t screen, uint32_t share_list, uint8_t is_direct, uint32_t num_attribs, const uint32_t *attribs) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c1435 get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig )
1440 if (fbconfig)
1451 if (fbconfig)
1558 if (!fbconfig)
1563 if (!fbconfig)
1568 if (!fbconfig)
1576 if (!fbconfig)
1581 if (!fbconfig)
1586 if (!fbconfig)
1592 if (!fbconfig)
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c1612 get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig )
1617 if (fbconfig)
1628 if (fbconfig)
1756 if (!fbconfig)
1761 if (!fbconfig)
1766 if (!fbconfig)
1774 if (!fbconfig)
1779 if (!fbconfig)
1784 if (!fbconfig)
1790 if (!fbconfig)
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c1435 get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig )
1440 if (fbconfig)
1451 if (fbconfig)
1558 if (!fbconfig)
1563 if (!fbconfig)
1568 if (!fbconfig)
1576 if (!fbconfig)
1581 if (!fbconfig)
1586 if (!fbconfig)
1592 if (!fbconfig)
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c1612 get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig )
1617 if (fbconfig)
1628 if (fbconfig)
1756 if (!fbconfig)
1761 if (!fbconfig)
1766 if (!fbconfig)
1774 if (!fbconfig)
1779 if (!fbconfig)
1784 if (!fbconfig)
1790 if (!fbconfig)
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c225 struct GLX_egl_display *GLX_dpy, GLXFBConfig fbconfig,
233 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, GLX_RENDER_TYPE, &val);
238 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, GLX_DOUBLEBUFFER, &val);
254 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, attr, &val);
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)]; local
908 vinfo = GLX_drv->glXGetVisualFromFBConfig(GLX_dpy->dpy, fbconfig);
224 convert_fbconfig(struct GLX_egl_driver *GLX_drv, struct GLX_egl_display *GLX_dpy, GLXFBConfig fbconfig, struct GLX_egl_config *GLX_conf) argument
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c225 struct GLX_egl_display *GLX_dpy, GLXFBConfig fbconfig,
233 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, GLX_RENDER_TYPE, &val);
238 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, GLX_DOUBLEBUFFER, &val);
254 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, attr, &val);
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)]; local
908 vinfo = GLX_drv->glXGetVisualFromFBConfig(GLX_dpy->dpy, fbconfig);
224 convert_fbconfig(struct GLX_egl_driver *GLX_drv, struct GLX_egl_display *GLX_dpy, GLXFBConfig fbconfig, struct GLX_egl_config *GLX_conf) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c208 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) argument
219 if (config == (struct glx_config *) fbconfig) {
308 req->fbconfig = generic_id;
329 req->fbconfig = generic_id;
1136 /* None of the pbuffer or fbconfig specs say that this comparison needs
1642 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, argument
1645 struct glx_config *config = (struct glx_config *) fbconfig;
1704 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, argument
1707 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig);
1717 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) argument
1939 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, GLXFBConfigSGIX fbconfig, Pixmap pixmap) argument
1992 glXCreateContextWithConfigSGIX(Display * dpy, GLXFBConfigSGIX fbconfig, int renderType, GLXContext shareList, Bool allowDirect) argument
[all...]
H A Dglx_pbuffer.c240 CreateDRIDrawable(Display *dpy, const struct glx_config * fbconfig, argument
426 req->fbconfig = config->fbconfigID;
522 req->fbconfig = config->fbconfigID;
H A Dglxclient.h424 struct glx_screen *psc, struct glx_config *fbconfig);
/external/mesa3d/src/glx/
H A Dglxcmds.c208 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) argument
219 if (config == (struct glx_config *) fbconfig) {
308 req->fbconfig = generic_id;
329 req->fbconfig = generic_id;
1136 /* None of the pbuffer or fbconfig specs say that this comparison needs
1642 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, argument
1645 struct glx_config *config = (struct glx_config *) fbconfig;
1704 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, argument
1707 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig);
1717 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) argument
1939 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, GLXFBConfigSGIX fbconfig, Pixmap pixmap) argument
1992 glXCreateContextWithConfigSGIX(Display * dpy, GLXFBConfigSGIX fbconfig, int renderType, GLXContext shareList, Bool allowDirect) argument
[all...]
H A Dglx_pbuffer.c240 CreateDRIDrawable(Display *dpy, const struct glx_config * fbconfig, argument
426 req->fbconfig = config->fbconfigID;
522 req->fbconfig = config->fbconfigID;
H A Dglxclient.h424 struct glx_screen *psc, struct glx_config *fbconfig);

Completed in 1932 milliseconds