HomeSort by relevance Sort by last modified time
    Searched refs:using_shm (Results 1 - 9 of 9) sorted by null

  /external/libvncserver/x11vnc/
options.c 422 int using_shm = 1; /* whether mit-shm is used */ variable
423 int flip_byte_order = 0; /* sometimes needed when using_shm = 0 */
options.h 326 extern int using_shm;
remote.c 1385 if (using_shm) {
1387 using_shm = 0;
    [all...]
screen.c 524 save[i++] = using_shm;
545 using_shm = save[i++];
574 using_shm = 0;
627 sm0 = using_shm;
647 using_shm = sm0;
734 if (using_shm) {
735 if (verbose) rfbLog(" rawfb: turning off using_shm\n");
736 using_shm = 0;
    [all...]
cleanup.c 373 if (using_shm) {
x11vnc.c     [all...]
scan.c 264 if (! using_shm || xform24to32 || raw_fb) {
512 if (using_shm && ! xform24to32) {
    [all...]
xwrappers.c 190 /* Note: the Solaris overlay stuff is all non-shm (using_shm = 0) */
824 } else if ((using_shm && ! xform24to32) && (int) w == dest->width &&
    [all...]
user.c 771 if (fb_mode == 1 && (using_shm && ! xform24to32)) {
    [all...]

Completed in 147 milliseconds