| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_context.c | 58 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) argument 71 if (attribList) { 72 for (i = 0; !done && attribList[i]; i++) { 73 switch (attribList[i]) { 75 majorVersion = attribList[++i]; 78 minorVersion = attribList[++i]; 81 layerPlane = attribList[++i]; 84 contextFlags = attribList[++i]; 87 profileMask = attribList[++i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_context.c | 72 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) argument 85 if (attribList) { 86 for (i = 0; !done && attribList[i]; i++) { 87 switch (attribList[i]) { 89 majorVersion = attribList[++i]; 92 minorVersion = attribList[++i]; 95 layerPlane = attribList[++i]; 98 contextFlags = attribList[++i]; 101 profileMask = attribList[++i];
|
| /xsrc/external/mit/MesaLib/dist/src/glx/windows/ |
| H A D | windowsgl.h | 34 windowsContext *windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList);
|
| H A D | windowsgl.c | 126 windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList) argument 172 gc->ctx = wglCreateContextAttribsARB(hdc, shareContext, attribList);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_glx.h | 56 int* attribList);
|
| H A D | win32_glx.c | 133 glXChooseVisual(Display * display, int screen, int *attribList) argument 138 int *p = attribList;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| H A D | windowsgl.h | 34 windowsContext *windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList);
|
| H A D | windowsgl.c | 126 windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList) argument 172 gc->ctx = wglCreateContextAttribsARB(hdc, shareContext, attribList);
|
| /xsrc/external/mit/glw/dist/ |
| H A D | GLwDrawA.c | 170 offset(attribList), XtRImmediate, (XtPointer) NULL}, 373 /* Initialize the attribList based on the attributes */ 376 w->glwDrawingArea.attribList = (int*)XtMalloc(ATTRIBLIST_SIZE*sizeof(int)); 377 if(!w->glwDrawingArea.attribList){ 380 ptr = w->glwDrawingArea.attribList; 411 assert((ptr-w->glwDrawingArea.attribList)<ATTRIBLIST_SIZE); 418 assert(w->glwDrawingArea.attribList); 419 w->glwDrawingArea.visualInfo=glXChooseVisual(XtDisplay(w),XScreenNumberOfScreen(XtScreen(w)),w->glwDrawingArea.attribList); 481 if(neww->glwDrawingArea.attribList==NULL){ 487 assert(neww->glwDrawingArea.attribList); [all...] |
| H A D | GLwDrawAP.h | 82 int * attribList; member in struct:__anon900f39910108 84 Boolean myList; /* TRUE if we malloced the attribList*/
|
| /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); 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);
|
| H A D | glxapi.c | 395 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) argument 401 return t->ChooseFBConfig(dpy, screen, attribList, nitems); 417 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) argument 423 return t->CreatePbuffer(dpy, config, attribList); 428 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) argument 434 return t->CreatePixmap(dpy, config, pixmap, attribList); 439 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) argument 445 return t->CreateWindow(dpy, config, win, attribList);
|
| H A D | fakeglx.c | 1929 const int *attribList, int *nitems ) 1936 if (!attribList || !attribList[0]) { 1941 xmvis = choose_visual(dpy, screen, attribList, GL_TRUE); 1978 const int *attribList ) 1990 (void) attribList; /* Ignored in GLX 1.3 */ 2009 const int *attribList ) 2020 for (attr = attribList; attr && *attr; attr++) { 2129 const int *attribList ) 2139 for (attrib = attribList; *attri 1928 Fake_glXChooseFBConfig(Display * dpy,int screen,const int * attribList,int * nitems) argument 1977 Fake_glXCreateWindow(Display * dpy,GLXFBConfig config,Window win,const int * attribList) argument 2008 Fake_glXCreatePixmap(Display * dpy,GLXFBConfig config,Pixmap pixmap,const int * attribList) argument 2128 Fake_glXCreatePbuffer(Display * dpy,GLXFBConfig config,const int * attribList) argument 2491 Fake_glXCreateGLXPbufferSGIX(Display * dpy,GLXFBConfigSGIX config,unsigned int width,unsigned int height,int * attribList) argument [all...] |
| /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); 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);
|
| H A D | glxapi.c | 391 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) argument 397 return t->ChooseFBConfig(dpy, screen, attribList, nitems); 413 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) argument 419 return t->CreatePbuffer(dpy, config, attribList); 424 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) argument 430 return t->CreatePixmap(dpy, config, pixmap, attribList); 435 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) argument 441 return t->CreateWindow(dpy, config, win, attribList);
|
| H A D | fakeglx.c | 1895 const int *attribList, int *nitems ) 1902 if (!attribList || !attribList[0]) { 1907 xmvis = choose_visual(dpy, screen, attribList, GL_TRUE); 1944 const int *attribList ) 1956 (void) attribList; /* Ignored in GLX 1.3 */ 1975 const int *attribList ) 1986 for (attr = attribList; attr && *attr; attr++) { 2095 const int *attribList ) 2105 for (attrib = attribList; *attri 1894 Fake_glXChooseFBConfig(Display * dpy,int screen,const int * attribList,int * nitems) argument 1943 Fake_glXCreateWindow(Display * dpy,GLXFBConfig config,Window win,const int * attribList) argument 1974 Fake_glXCreatePixmap(Display * dpy,GLXFBConfig config,Pixmap pixmap,const int * attribList) argument 2094 Fake_glXCreatePbuffer(Display * dpy,GLXFBConfig config,const int * attribList) argument 2457 Fake_glXCreateGLXPbufferSGIX(Display * dpy,GLXFBConfigSGIX config,unsigned int width,unsigned int height,int * attribList) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/ |
| H A D | osmesa.c | 582 OSMesaCreateContextAttribs(const int *attribList, OSMesaContext sharelist) argument 601 for (i = 0; attribList[i]; i += 2) { 602 switch (attribList[i]) { 604 format = attribList[i+1]; 620 depthBits = attribList[i+1]; 625 stencilBits = attribList[i+1]; 630 accumBits = attribList[i+1]; 635 profile = attribList[i+1]; 641 version_major = attribList[i+1]; 646 version_minor = attribList[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/osmesa/ |
| H A D | osmesa.c | 584 OSMesaCreateContextAttribs(const int *attribList, OSMesaContext sharelist) argument 603 for (i = 0; attribList[i]; i += 2) { 604 switch (attribList[i]) { 606 format = attribList[i+1]; 622 depthBits = attribList[i+1]; 627 stencilBits = attribList[i+1]; 632 accumBits = attribList[i+1]; 637 profile = attribList[i+1]; 643 version_major = attribList[i+1]; 648 version_minor = attribList[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glx.h | 188 int *attribList ); 243 const int *attribList, int *nitems ); 255 Window win, const int *attribList ); 260 Pixmap pixmap, const int *attribList ); 265 const int *attribList ); 366 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
|
| H A D | osmesa.h | 167 OSMesaCreateContextAttribs( const int *attribList, OSMesaContext sharelist );
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glx.h | 183 int *attribList ); 238 const int *attribList, int *nitems ); 250 Window win, const int *attribList ); 255 Pixmap pixmap, const int *attribList ); 260 const int *attribList ); 361 extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attribList);
|
| H A D | osmesa.h | 167 OSMesaCreateContextAttribs( const int *attribList, OSMesaContext sharelist );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/ |
| H A D | osmesa.c | 676 OSMesaCreateContextAttribs(const int *attribList, OSMesaContext sharelist) argument 688 for (i = 0; attribList[i]; i += 2) { 689 switch (attribList[i]) { 691 format = attribList[i+1]; 707 depthBits = attribList[i+1]; 712 stencilBits = attribList[i+1]; 717 accumBits = attribList[i+1]; 722 profile = attribList[i+1]; 731 version_major = attribList[i+1]; 736 version_minor = attribList[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 1872 const int *attribList, int *nitems) 1879 if (!attribList || !attribList[0]) { 1884 xmvis = choose_visual(dpy, screen, attribList, GL_TRUE); 1926 const int *attribList) 1938 (void) attribList; /* Ignored in GLX 1.3 */ 1957 const int *attribList) 1968 for (attr = attribList; attr && *attr; attr++) { 2076 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) argument 2086 for (attrib = attribList; *attri 1871 glXChooseFBConfig(Display * dpy,int screen,const int * attribList,int * nitems) argument 1925 glXCreateWindow(Display * dpy,GLXFBConfig config,Window win,const int * attribList) argument 1956 glXCreatePixmap(Display * dpy,GLXFBConfig config,Pixmap pixmap,const int * attribList) argument 2450 glXCreateGLXPbufferSGIX(Display * dpy,GLXFBConfigSGIX config,unsigned int width,unsigned int height,int * attribList) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 1822 const int *attribList, int *nitems) 1829 if (!attribList || !attribList[0]) { 1834 xmvis = choose_visual(dpy, screen, attribList, GL_TRUE); 1876 const int *attribList) 1888 (void) attribList; /* Ignored in GLX 1.3 */ 1907 const int *attribList) 1918 for (attr = attribList; attr && *attr; attr++) { 2026 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) argument 2036 for (attrib = attribList; *attri 1821 glXChooseFBConfig(Display * dpy,int screen,const int * attribList,int * nitems) argument 1875 glXCreateWindow(Display * dpy,GLXFBConfig config,Window win,const int * attribList) argument 1906 glXCreatePixmap(Display * dpy,GLXFBConfig config,Pixmap pixmap,const int * attribList) argument 2397 glXCreateGLXPbufferSGIX(Display * dpy,GLXFBConfigSGIX config,unsigned int width,unsigned int height,int * attribList) argument [all...] |