Searched refs:attribList (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c58 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 Dstw_ext_context.c72 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 Dwindowsgl.h34 windowsContext *windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList);
H A Dwindowsgl.c126 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 Dwin32_glx.h56 int* attribList);
H A Dwin32_glx.c133 glXChooseVisual(Display * display, int screen, int *attribList) argument
138 int *p = attribList;
/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dwindowsgl.h34 windowsContext *windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList);
H A Dwindowsgl.c126 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 DGLwDrawA.c170 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 DGLwDrawAP.h82 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 Dglxapi.h90 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 Dglxapi.c395 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 Dfakeglx.c1929 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 Dglxapi.h90 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 Dglxapi.c391 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 Dfakeglx.c1895 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 Dosmesa.c582 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 Dosmesa.c584 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 Dglx.h188 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 Dosmesa.h167 OSMesaCreateContextAttribs( const int *attribList, OSMesaContext sharelist );
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglx.h183 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 Dosmesa.h167 OSMesaCreateContextAttribs( const int *attribList, OSMesaContext sharelist );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
H A Dosmesa.c676 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 Dglx_api.c1872 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 Dglx_api.c1822 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...]

Completed in 48 milliseconds

12