/third_party/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 192 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, in TEST_F() 205 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 219 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 227 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 234 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 243 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 248 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share, in TEST_F() 259 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 267 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 277 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() [all …]
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 164 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef 237 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen, 240 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config, 243 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen, 247 GLXFBConfig config ); 249 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config, 254 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config, 259 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config, 267 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config, 286 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); [all …]
|
D | glxext.h | 51 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef 110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list… 112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *… 113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config); 114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i… 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib… 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ… 128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements); [all …]
|
/third_party/glfw/src/ |
D | glx_context.h | 73 typedef struct __GLXFBConfig* GLXFBConfig; typedef 77 typedef int (*PFNGLXGETFBCONFIGATTRIBPROC)(Display*,GLXFBConfig,int,int*); 85 typedef GLXFBConfig* (*PFNGLXGETFBCONFIGSPROC)(Display*,int,int*); 86 typedef GLXContext (*PFNGLXCREATENEWCONTEXTPROC)(Display*,GLXFBConfig,int,GLXContext,Bool); 91 typedef GLXContext (*PFNGLXCREATECONTEXTATTRIBSARBPROC)(Display*,GLXFBConfig,GLXContext,Bool,const … 92 typedef XVisualInfo* (*PFNGLXGETVISUALFROMFBCONFIGPROC)(Display*,GLXFBConfig); 93 typedef GLXWindow (*PFNGLXCREATEWINDOWPROC)(Display*,GLXFBConfig,Window,const int*);
|
D | glx_context.c | 41 static int getGLXFBConfigAttrib(GLXFBConfig fbconfig, int attrib) in getGLXFBConfigAttrib() 50 static GLFWbool chooseGLXFBConfig(const _GLFWfbconfig* desired, GLXFBConfig* result) in chooseGLXFBConfig() 52 GLXFBConfig* nativeConfigs; in chooseGLXFBConfig() 78 const GLXFBConfig n = nativeConfigs[i]; in chooseGLXFBConfig() 124 *result = (GLXFBConfig) closest->handle; in chooseGLXFBConfig() 135 GLXFBConfig fbconfig, in createLegacyContextGLX() 434 GLXFBConfig native = NULL; in _glfwCreateContextGLX() 620 GLXFBConfig native; in _glfwChooseVisualGLX()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 360 GLXFBConfig *configs = mFnPtrs->getFBConfigsPtr(mXDisplay, mXScreen, nElements); in getFBConfigs() 365 GLXFBConfig *configs = mFnPtrs->chooseFBConfigPtr(mXDisplay, mXScreen, attribList, nElements); in chooseFBConfig() 370 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in getFBConfigAttrib() 375 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in getVisualFromFBConfig() 382 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in createWindow() 391 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in createPbuffer() 407 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in createPixmap() 422 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in createContextAttribsARB()
|
D | FBConfigCompatibility.md | 27 are compatible with the GLXFBConfig of our GLX context; we also need 28 to choose the GLXFBConfig of our GLX context so that it matches the 31 Choice of the GLX context GLXFBConfig 49 out the non-conformant GLXFBConfig we got the following list (see function
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 51 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef 110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list… 112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *… 113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config); 114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i… 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib… 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ… 128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements); [all …]
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 51 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef 110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list… 112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *… 113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config); 114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i… 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib… 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ… 128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements); [all …]
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 32 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef 91 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 92 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list… 93 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *… 94 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config); 95 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i… 97 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 99 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib… 102 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ… 109 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements); [all …]
|
/third_party/mesa3d/src/glx/ |
D | glxglvnddispatchfuncs.h | 11 static inline int AddFBConfigMapping(Display *dpy, GLXFBConfig config, in AddFBConfigMapping() 17 static inline int AddFBConfigsMapping(Display *dpy, const GLXFBConfig *ret, in AddFBConfigsMapping() 59 static inline __GLXvendorInfo *GetDispatchFromFBConfig(Display *dpy, GLXFBConfig config) in GetDispatchFromFBConfig()
|
/third_party/openGLES/extensions/NV/ |
D | NV_multisample_coverage.txt | 203 (modify GLX_SAMPLES entry in Table 3.1: GLXFBConfig attributes, 210 (add a new entry to Table 3.1: GLXFBConfig attributes, p.12, 227 match criteria for GLXFBConfig attributes, p. 19) 237 for GLXFBConfig attributes, p. 19, following the 249 match criteria for GLXFBConfig attributes, p. 19, by incrementing 379 SAMPLES_ARB when choosing a multisample GLXFBConfig or pixel 384 return a CSAA GLXFBConfig or pixel format. 396 applications to query properties of a GLXFBConfig or pixel 398 about a GLXFBConfig or pixel format after choosing one with the 400 routines to apply custom GLXFBConfig/pixel format selection [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_multisample_coverage.txt | 203 (modify GLX_SAMPLES entry in Table 3.1: GLXFBConfig attributes, 210 (add a new entry to Table 3.1: GLXFBConfig attributes, p.12, 227 match criteria for GLXFBConfig attributes, p. 19) 237 for GLXFBConfig attributes, p. 19, following the 249 match criteria for GLXFBConfig attributes, p. 19, by incrementing 379 SAMPLES_ARB when choosing a multisample GLXFBConfig or pixel 384 return a CSAA GLXFBConfig or pixel format. 396 applications to query properties of a GLXFBConfig or pixel 398 about a GLXFBConfig or pixel format after choosing one with the 400 routines to apply custom GLXFBConfig/pixel format selection [all …]
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 61 static GLXContext CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, 144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext() 177 GLXFBConfig bestFbc = fbc[best_fbc]; in GLXGLTestContext() 305 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, in CreateBestContext()
|
/third_party/openGLES/extensions/OML/ |
D | GLX_OML_swap_method.txt | 33 GLXFBConfig. The GLX_SWAP_METHOD indicates how front and back 34 buffers are swapped when the GLXFBConfig is double-buffered. 90 the operation. If the GLXFBConfig does not support a back buffer,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
D | GLX_OML_swap_method.txt | 33 GLXFBConfig. The GLX_SWAP_METHOD indicates how front and back 34 buffers are swapped when the GLXFBConfig is double-buffered. 90 the operation. If the GLXFBConfig does not support a back buffer,
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 1777 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, in glXGetFBConfigAttrib() 1791 PUBLIC GLXFBConfig * 1814 return (GLXFBConfig *) results; in glXGetFBConfigs() 1820 PUBLIC GLXFBConfig * 1836 GLXFBConfig *config = malloc(sizeof(XMesaVisual)); in glXChooseFBConfig() 1842 config[0] = (GLXFBConfig) xmvis; in glXChooseFBConfig() 1843 return (GLXFBConfig *) config; in glXChooseFBConfig() 1853 glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in glXGetVisualFromFBConfig() 1875 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow() 1906 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() [all …]
|
/third_party/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 44 GLXFBConfig* fFBConfig; 63 using CreateContextAttribsFn = GLXContext(Display*, GLXFBConfig, GLXContext, Bool, const int*);
|
D | WindowContextFactory_unix.h | 33 GLXFBConfig* fFBConfig;
|
D | Window_unix.h | 90 GLXFBConfig* fFBConfig;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 69 GLXFBConfig *fbconfigs; 70 GLXContext (*glXCreateContextAttribsARB) (Display *, GLXFBConfig, 165 Display * dpy, GLXFBConfig fbconfig) in fb_config_to_structure() 268 Display * dpy, GLXFBConfig fbconfig) in gst_gl_context_glx_dump_fb_config() 487 GLXFBConfig *configs; in gst_gl_context_glx_dump_all_fb_configs() 554 GLXFBConfig fbconfig, GLXContext share_context, gint major, gint minor, in _create_context_with_flags() 977 GLXFBConfig *fbconfigs; in gst_gl_context_glx_fill_info()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 123 GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig); 137 const GLXFBConfig m_fbConfig; 302 GlxVisual::GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig) in GlxVisual() 626 GLXFBConfig maxConfig = DE_NULL; in chooseVisual() 629 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems); in chooseVisual()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.0.4.rst | 104 - glx: Fix the default values for GLXFBConfig attributes 105 - glx: Fix the GLXFBConfig attrib sort priorities
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_no_config_context.txt | 64 creation is done with respect to a GLXFBConfig specifying buffer formats, 69 GLXFBConfig. 100 * The context was created with NULL GLXFBConfig 111 "If NULL was specified as the GLXFBConfig at creation, the resulting
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_no_config_context.txt | 68 creation is done with respect to a GLXFBConfig specifying buffer formats, 73 GLXFBConfig. 104 * The context was created with NULL GLXFBConfig 115 "If NULL was specified as the GLXFBConfig at creation, the resulting
|