Searched refs:alpha_blend (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/x11vnc/ |
D | cursor.h | 46 extern int alpha_blend;
|
D | cursor.c | 51 int alpha_blend = 1; variable 1128 if (alpha_blend) { in pixels2curs() 1268 if (alpha_blend && !indexed_color) { in pixels2curs()
|
D | remote.c | 3404 snprintf(buf, bufn, "ans=%s:%d", p, alpha_blend); in process_remote_cmd() 3407 if (!alpha_blend) { in process_remote_cmd() 3410 alpha_blend = 1; in process_remote_cmd() 3417 snprintf(buf, bufn, "ans=%s:%d", p, !alpha_blend); in process_remote_cmd() 3420 if (alpha_blend) { in process_remote_cmd() 3422 alpha_blend = 0; in process_remote_cmd()
|
D | x11vnc.c | 1558 fprintf(stderr, " alphablend: %d\n", alpha_blend); in print_settings() 3392 alpha_blend = 0; in main() 4819 if (alpha_blend) { in main()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_surface_state.c | 83 int alpha_blend; member 531 (gen >= rinfo->alpha_blend || is_integer)) { in brw_init_surface_formats()
|