Searched defs:fbconfig (Results 1 - 8 of 8) 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/glx/
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 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...]
/external/mesa3d/src/glx/
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 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...]
/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

Completed in 294 milliseconds