Searched defs:buffer_site (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | dga_ab.c | 36 extern int XDgaGrabABuffers(Display *dpy, Window win, int type, int buffer_site); 147 * specified to be grabbed to the client. If buffer_site is 167 dga_draw_grab_buffer(Dga_drawable dgadraw, Dga_buffer_type type, int buffer_site) argument 252 * If buffer_site is not DGA_SITE_SYSTEM, then it might be 255 if ( bufferp && (bufferp->buffer_site == DGA_SITE_SYSTEM) && 265 if (!XDgaGrabABuffers(dpy, win, type, buffer_site)) { 316 if (buffer_site == DGA_SITE_DEVICE) 422 if ( bufferp->buffer_site == DGA_SITE_SYSTEM ) { 457 } /* end of ( ret_buf->buffer_site == DGA_SITE_SYSTEM ).. */ 571 return local_buf->buffer_site; [all...] |
H A D | dga_winshared.h | 343 * buffer_site as his first two members, since all the buffer 345 * the buffer_site value. 347 * buffer_site -> Software Buffers - DGA_SITE_SYSTEM 371 Bool buffer_site; member in struct:__anon457
|
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/ |
H A D | dgast.h | 97 CARD32 buffer_site; member in struct:__anon470
|
Completed in 15 milliseconds