Searched refs:surf1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64xv.c1360 XF86OffscreenImagePtr surf1 = &(ATIMach64Surface[1]); local in function:ATIMach64XVInitialiseAdaptor
1443 surf1->max_width = 384;
1449 surf1->max_width = 720;
1454 surf1->max_width = 768;
1461 surf1->num_attributes -= 4;
1463 surf1->attributes += 4;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Disosurf.c103 static GLuint surf1, dlist_state; variable in typeref:typename:GLuint
385 glDeleteLists( surf1, 1 );
389 surf1 = glGenLists(1);
390 glNewList(surf1, GL_COMPILE);
395 glCallList( surf1 );

Completed in 4 milliseconds