Searched defs:fbconfig (Results 1 – 12 of 12) sorted by relevance
/third_party/glfw/src/ |
D | glx_context.c | 41 static int getGLXFBConfigAttrib(GLXFBConfig fbconfig, int attrib) in getGLXFBConfigAttrib() 135 GLXFBConfig fbconfig, in createLegacyContextGLX() 431 const _GLFWfbconfig* fbconfig) in _glfwCreateContextGLX() 617 const _GLFWfbconfig* fbconfig, in _glfwChooseVisualGLX()
|
D | egl_context.c | 434 const _GLFWfbconfig* fbconfig) in _glfwCreateContextEGL() 670 const _GLFWfbconfig* fbconfig, in _glfwChooseVisualEGL()
|
D | wgl_context.c | 474 const _GLFWfbconfig* fbconfig) in _glfwCreateContextWGL()
|
D | window.c | 124 _GLFWfbconfig fbconfig; in glfwCreateWindow() local
|
D | wl_window.c | 389 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow()
|
D | mir_window.c | 352 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow()
|
D | win32_window.c | 988 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow()
|
D | x11_window.c | 1541 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow()
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 205 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) in ValidateGLXFBConfig() 1620 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, in glXCreateNewContext() 1703 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, in glXGetFBConfigAttrib() 1716 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig() 1977 GLXFBConfigSGIX fbconfig, in glXCreateGLXPixmapWithConfigSGIX() 2030 GLXFBConfigSGIX fbconfig, int renderType, in glXCreateContextWithConfigSGIX()
|
D | dri_common.c | 309 unsigned int fbconfig = 0; in driInferDrawableConfig() local
|
/third_party/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 78 uint32_t fbconfig, in xcb_glx_create_context_attribs_arb_checked()
|
/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()
|