/third_party/flutter/glfw/src/ |
D | nsgl_context.m | 120 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 …]
|
D | glx_context.c | 41 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()
|
D | glx_context.h | 176 const _GLFWfbconfig* fbconfig); 179 const _GLFWfbconfig* fbconfig,
|
D | egl_context.c | 434 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()
|
D | nsgl_context.h | 57 const _GLFWfbconfig* fbconfig);
|
D | egl_context.h | 206 const _GLFWfbconfig* fbconfig); 209 const _GLFWfbconfig* fbconfig,
|
D | window.c | 124 _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()
|
D | wgl_context.h | 155 const _GLFWfbconfig* fbconfig);
|
D | wgl_context.c | 474 const _GLFWfbconfig* fbconfig) in _glfwCreateContextWGL() argument 495 pixelFormat = choosePixelFormat(window, fbconfig); in _glfwCreateContextWGL()
|
D | mir_window.c | 352 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow() argument 384 if (!_glfwCreateContextEGL(window, ctxconfig, fbconfig)) in _glfwPlatformCreateWindow()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 165 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/ |
D | create_context_unittest.cpp | 78 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/ |
D | glxcmds.c | 205 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 …]
|
D | dri_common.c | 309 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()
|
D | glx_pbuffer.c | 456 req->fbconfig = config->fbconfigID; in CreateDrawable() 556 req->fbconfig = config->fbconfigID; in CreatePbuffer()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | fakeglx.c | 1529 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/ |
D | glx_api.c | 1469 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/ |
D | akeley_future_extensions.txt | 41 Done: fbconfig. 107 Done: fbconfig
|
/third_party/openGLES/extensions/SGI/ |
D | akeley_future_extensions.txt | 41 Done: fbconfig. 107 Done: fbconfig
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_no_config_context.txt | 150 <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/ |
D | GLX_EXT_no_config_context.txt | 154 <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
|
D | GLX_EXT_get_drawable_type.txt | 80 RESOLVED. No, there aren't any other drawable (not fbconfig) attributes in
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_fbconfig_float.txt | 25 This extension enhances the fbconfig visual selection and description
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_fbconfig_float.txt | 25 This extension enhances the fbconfig visual selection and description
|
D | GLX_SGIX_color_typeXXX.txt | 27 This extension enhances the fbconfig types to support signed
|