| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | glx_common.h | 32 GLXFBConfig
|
| H A D | glx_common.c | 105 GLXFBConfig 109 GLXFBConfig ret = None, *configs;
|
| H A D | glx_gles2.c | 70 GLXFBConfig config;
|
| H A D | glx_public_api_core.c | 146 GLXFBConfig config;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | create_context_unittest.cpp | 168 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, 190 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 204 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 212 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 220 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 229 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 234 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share, 243 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 251 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 261 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | create_context_unittest.cpp | 192 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, 205 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 219 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 227 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 234 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 243 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 248 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share, 259 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 267 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, 277 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxglvnddispatchfuncs.h | 11 static inline int AddFBConfigMapping(Display *dpy, GLXFBConfig config, 17 static inline int AddFBConfigsMapping(Display *dpy, const GLXFBConfig *ret, 59 static inline __GLXvendorInfo *GetDispatchFromFBConfig(Display *dpy, GLXFBConfig config)
|
| H A D | create_context.c | 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxglvnddispatchfuncs.h | 11 static inline int AddFBConfigMapping(Display *dpy, GLXFBConfig config, 17 static inline int AddFBConfigsMapping(Display *dpy, const GLXFBConfig *ret, 59 static inline __GLXvendorInfo *GetDispatchFromFBConfig(Display *dpy, GLXFBConfig config)
|
| H A D | create_context.c | 45 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glx.h | 169 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec * 242 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen, 245 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config, 248 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen, 252 GLXFBConfig config ); 254 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config, 259 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config, 264 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config, 272 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config, 291 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPRO [all...] |
| H A D | glxext.h | 51 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec * 110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value); 113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config); 114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list); 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list); 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 128 GLXFBConfig *glXGetFBConfig [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glx.h | 164 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec * 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 * (* PFNGLXGETFBCONFIGSPRO [all...] |
| H A D | glxext.h | 51 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec * 110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value); 113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config); 114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list); 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list); 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 128 GLXFBConfig *glXGetFBConfig [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 90 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems); 91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct); 92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); 93 GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList); 94 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList); 99 int (*GetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value); 100 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements); 102 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config); 185 GLXContext (*CreateContextAttribs)(Display *dpy, GLXFBConfig config,
|
| H A D | glxapi.c | 394 GLXFBConfig PUBLIC * 406 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct) 417 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) 428 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) 439 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) 491 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value) 501 GLXFBConfig PUBLIC * 523 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config) 1246 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 90 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems); 91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct); 92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); 93 GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList); 94 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList); 99 int (*GetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value); 100 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements); 102 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config); 185 GLXContext (*CreateContextAttribs)(Display *dpy, GLXFBConfig config,
|
| H A D | glxapi.c | 390 GLXFBConfig PUBLIC * 402 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct) 413 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) 424 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) 435 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) 487 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value) 497 GLXFBConfig PUBLIC * 519 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config) 1242 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config,
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbutil.h | 19 #define FBCONFIG GLXFBConfig
|
| H A D | texture_from_pixmap.c | 84 static GLXFBConfig 88 GLXFBConfig *fbconfigs; 136 CreatePixmap(Display *dpy, GLXFBConfig config, int w, int h, Pixmap *p) 367 GLXFBConfig pixmapConfig;
|
| H A D | glxpbdemo.c | 38 static GLXFBConfig gFBconfig = 0; 80 GLXFBConfig *fbConfigs; 81 GLXFBConfig chosenFBConfig;
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | glx_generated.h | 29 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef in typeref:struct:__GLXFBConfigRec * 489 typedef GLXFBConfig * (GLAPIENTRY *PFNGLXCHOOSEFBCONFIGPROC)(Display * dpy, int screen, const int * attrib_list, int * nelements); 499 typedef GLXContext (GLAPIENTRY *PFNGLXCREATECONTEXTATTRIBSARBPROC)(Display * dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int * attrib_list); 505 typedef GLXContext (GLAPIENTRY *PFNGLXCREATENEWCONTEXTPROC)(Display * dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 506 typedef GLXPbuffer (GLAPIENTRY *PFNGLXCREATEPBUFFERPROC)(Display * dpy, GLXFBConfig config, const int * attrib_list); 507 typedef GLXPixmap (GLAPIENTRY *PFNGLXCREATEPIXMAPPROC)(Display * dpy, GLXFBConfig config, Pixmap pixmap, const int * attrib_list); 508 typedef GLXWindow (GLAPIENTRY *PFNGLXCREATEWINDOWPROC)(Display * dpy, GLXFBConfig config, Window win, const int * attrib_list); 535 typedef int (GLAPIENTRY *PFNGLXGETFBCONFIGATTRIBPROC)(Display * dpy, GLXFBConfig config, int attribute, int * value); 538 typedef GLXFBConfig * (GLAPIENTRY *PFNGLXGETFBCONFIGSPROC)(Display * dpy, int screen, int * nelements); 552 typedef XVisualInfo * (GLAPIENTRY *PFNGLXGETVISUALFROMFBCONFIGPROC)(Display * dpy, GLXFBConfig confi [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_glx_drawable.h | 194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_glx_drawable.h | 194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 1827 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, 1841 PUBLIC GLXFBConfig * 1864 return (GLXFBConfig *) results; 1870 PUBLIC GLXFBConfig * 1886 GLXFBConfig *config = malloc(sizeof(XMesaVisual)); 1892 config[0] = (GLXFBConfig) xmvis; 1893 return (GLXFBConfig *) config; 1903 glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) 1925 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, 1956 glXCreatePixmap(Display *dpy, GLXFBConfig confi [all...] |