Home
last modified time | relevance | path

Searched defs:fbconfig (Results 1 – 12 of 12) sorted by relevance

/third_party/glfw/src/
Dglx_context.c41 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()
Degl_context.c434 const _GLFWfbconfig* fbconfig) in _glfwCreateContextEGL()
670 const _GLFWfbconfig* fbconfig, in _glfwChooseVisualEGL()
Dwgl_context.c474 const _GLFWfbconfig* fbconfig) in _glfwCreateContextWGL()
Dwindow.c124 _GLFWfbconfig fbconfig; in glfwCreateWindow() local
Dwl_window.c389 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow()
Dmir_window.c352 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow()
Dwin32_window.c988 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow()
Dx11_window.c1541 const _GLFWfbconfig* fbconfig) in _glfwPlatformCreateWindow()
/third_party/mesa3d/src/glx/
Dglxcmds.c205 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()
Ddri_common.c309 unsigned int fbconfig = 0; in driInferDrawableConfig() local
/third_party/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp78 uint32_t fbconfig, in xcb_glx_create_context_attribs_arb_checked()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c1469 get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig ) in get_config()