Home
last modified time | relevance | path

Searched refs:fbconfig (Results 1 – 25 of 60) sorted by relevance

123

/third_party/flutter/glfw/src/
Dnsgl_context.m120 const _GLFWfbconfig* fbconfig)
185 if (fbconfig->auxBuffers != GLFW_DONT_CARE)
186 ADD_ATTR2(NSOpenGLPFAAuxBuffers, fbconfig->auxBuffers);
188 if (fbconfig->accumRedBits != GLFW_DONT_CARE &&
189 fbconfig->accumGreenBits != GLFW_DONT_CARE &&
190 fbconfig->accumBlueBits != GLFW_DONT_CARE &&
191 fbconfig->accumAlphaBits != GLFW_DONT_CARE)
193 const int accumBits = fbconfig->accumRedBits +
194 fbconfig->accumGreenBits +
195 fbconfig->accumBlueBits +
[all …]
Dglx_context.c41 static int getGLXFBConfigAttrib(GLXFBConfig fbconfig, int attrib) in getGLXFBConfigAttrib() argument
44 glXGetFBConfigAttrib(_glfw.x11.display, fbconfig, attrib, &value); in getGLXFBConfigAttrib()
135 GLXFBConfig fbconfig, in createLegacyContextGLX() argument
139 fbconfig, in createLegacyContextGLX()
431 const _GLFWfbconfig* fbconfig) in _glfwCreateContextGLX() argument
440 if (!chooseGLXFBConfig(fbconfig, &native)) in _glfwCreateContextGLX()
617 const _GLFWfbconfig* fbconfig, in _glfwChooseVisualGLX() argument
623 if (!chooseGLXFBConfig(fbconfig, &native)) in _glfwChooseVisualGLX()
Dglx_context.h176 const _GLFWfbconfig* fbconfig);
179 const _GLFWfbconfig* fbconfig,
Degl_context.c434 const _GLFWfbconfig* fbconfig) in _glfwCreateContextEGL() argument
449 if (!chooseEGLConfig(ctxconfig, fbconfig, &config)) in _glfwCreateContextEGL()
559 if (fbconfig->sRGB) in _glfwCreateContextEGL()
670 const _GLFWfbconfig* fbconfig, in _glfwChooseVisualEGL() argument
679 if (!chooseEGLConfig(ctxconfig, fbconfig, &native)) in _glfwChooseVisualEGL()
Dnsgl_context.h57 const _GLFWfbconfig* fbconfig);
Degl_context.h206 const _GLFWfbconfig* fbconfig);
209 const _GLFWfbconfig* fbconfig,
Dwindow.c124 _GLFWfbconfig fbconfig; in glfwCreateWindow() local
143 fbconfig = _glfw.hints.framebuffer; in glfwCreateWindow()
171 window->videoMode.redBits = fbconfig.redBits; in glfwCreateWindow()
172 window->videoMode.greenBits = fbconfig.greenBits; in glfwCreateWindow()
173 window->videoMode.blueBits = fbconfig.blueBits; in glfwCreateWindow()
196 if (!_glfwPlatformCreateWindow(window, &wndconfig, &ctxconfig, &fbconfig)) in glfwCreateWindow()
Dwgl_context.h155 const _GLFWfbconfig* fbconfig);
Dwgl_context.c474 const _GLFWfbconfig* fbconfig) in _glfwCreateContextWGL() argument
495 pixelFormat = choosePixelFormat(window, fbconfig); in _glfwCreateContextWGL()
Dmir_window.c352 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow() argument
384 if (!_glfwCreateContextEGL(window, ctxconfig, fbconfig)) in _glfwPlatformCreateWindow()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c165 Display * dpy, GLXFBConfig fbconfig) in fb_config_to_structure() argument
175 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_FBCONFIG_ID, &val)) in fb_config_to_structure()
180 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_VISUAL_ID, &val)) in fb_config_to_structure()
185 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_CONFIG_CAVEAT, &val)) in fb_config_to_structure()
190 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_DRAWABLE_TYPE, &val)) in fb_config_to_structure()
195 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_X_RENDERABLE, &val)) in fb_config_to_structure()
200 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_LEVEL, &val)) in fb_config_to_structure()
205 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_RENDER_TYPE, in fb_config_to_structure()
210 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_RED_SIZE, &val)) in fb_config_to_structure()
215 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_GREEN_SIZE, &val)) in fb_config_to_structure()
[all …]
/third_party/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp78 uint32_t fbconfig, in xcb_glx_create_context_attribs_arb_checked() argument
89 req.fbconfig = fbconfig; in xcb_glx_create_context_attribs_arb_checked()
237 EXPECT_EQ(0xbeefcafe, req.fbconfig); in TEST_F()
/third_party/mesa3d/src/glx/
Dglxcmds.c205 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) in ValidateGLXFBConfig() argument
216 if (config == (struct glx_config *) fbconfig) { in ValidateGLXFBConfig()
379 req->fbconfig = generic_id; in CreateContext()
400 req->fbconfig = generic_id; in CreateContext()
1616 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, in glXCreateNewContext() argument
1619 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateNewContext()
1700 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, in glXGetFBConfigAttrib() argument
1703 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig); in glXGetFBConfigAttrib()
1713 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig() argument
1716 struct glx_config *config = (struct glx_config *) fbconfig; in glXGetVisualFromFBConfig()
[all …]
Ddri_common.c309 unsigned int fbconfig = 0; in driInferDrawableConfig() local
320 if (__glXGetDrawableAttribute(psc->dpy, draw, GLX_FBCONFIG_ID, &fbconfig)) { in driInferDrawableConfig()
321 return glx_config_find_fbconfig(psc->configs, fbconfig); in driInferDrawableConfig()
Dglx_pbuffer.c456 req->fbconfig = config->fbconfigID; in CreateDrawable()
556 req->fbconfig = config->fbconfigID; in CreatePbuffer()
/third_party/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c1529 get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig ) in get_config() argument
1534 if (fbconfig) in get_config()
1545 if (fbconfig) in get_config()
1648 if (!fbconfig) in get_config()
1653 if (!fbconfig) in get_config()
1658 if (!fbconfig) in get_config()
1666 if (!fbconfig) in get_config()
1671 if (!fbconfig) in get_config()
1676 if (!fbconfig) in get_config()
1682 if (!fbconfig) in get_config()
[all …]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c1469 get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig ) in get_config() argument
1474 if (fbconfig) in get_config()
1485 if (fbconfig) in get_config()
1583 if (!fbconfig) in get_config()
1588 if (!fbconfig) in get_config()
1593 if (!fbconfig) in get_config()
1598 if (!fbconfig) in get_config()
1603 if (!fbconfig) in get_config()
1608 if (!fbconfig) in get_config()
1614 if (!fbconfig) in get_config()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
Dakeley_future_extensions.txt41 Done: fbconfig.
107 Done: fbconfig
/third_party/openGLES/extensions/SGI/
Dakeley_future_extensions.txt41 Done: fbconfig.
107 Done: fbconfig
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_no_config_context.txt150 <screen> field in the request from the specified fbconfig. When the
151 fbconfig is NULL, the GLX_SCREEN attribute and the <screen> field must
254 or the fbconfig. Only glXCreateContextAttribsARB is expressive enough.
267 - Clarify the float fbconfig extension interaction language
/third_party/openGLES/extensions/EXT/
DGLX_EXT_no_config_context.txt154 <screen> field in the request from the specified fbconfig. When the
155 fbconfig is NULL, the GLX_SCREEN attribute and the <screen> field must
258 or the fbconfig. Only glXCreateContextAttribsARB is expressive enough.
274 - Clarify the float fbconfig extension interaction language
DGLX_EXT_get_drawable_type.txt80 RESOLVED. No, there aren't any other drawable (not fbconfig) attributes in
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_fbconfig_float.txt25 This extension enhances the fbconfig visual selection and description
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_fbconfig_float.txt25 This extension enhances the fbconfig visual selection and description
DGLX_SGIX_color_typeXXX.txt27 This extension enhances the fbconfig types to support signed

123