Home
last modified time | relevance | path

Searched refs:ephyr_glamor (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.h34 struct ephyr_glamor;
41 ephyr_glamor_set_texture(struct ephyr_glamor *ephyr_glamor, uint32_t tex);
46 struct ephyr_glamor *
50 ephyr_glamor_glx_screen_fini(struct ephyr_glamor *glamor);
54 ephyr_glamor_set_window_size(struct ephyr_glamor *glamor,
58 ephyr_glamor_damage_redisplay(struct ephyr_glamor *glamor,
67 ephyr_glamor_set_window_size(struct ephyr_glamor *glamor, in ephyr_glamor_set_window_size()
73 ephyr_glamor_damage_redisplay(struct ephyr_glamor *glamor, in ephyr_glamor_damage_redisplay()
H A Dephyr_glamor_glx.c66 struct ephyr_glamor { struct
142 ephyr_glamor_setup_texturing_shader(struct ephyr_glamor *glamor) in ephyr_glamor_setup_texturing_shader()
198 ephyr_glamor_set_texture(struct ephyr_glamor *glamor, uint32_t tex) in ephyr_glamor_set_texture()
204 ephyr_glamor_set_vertices(struct ephyr_glamor *glamor) in ephyr_glamor_set_vertices()
216 ephyr_glamor_damage_redisplay(struct ephyr_glamor *glamor, in ephyr_glamor_damage_redisplay()
288 struct ephyr_glamor *
305 struct ephyr_glamor *glamor; in ephyr_glamor_glx_screen_init()
308 glamor = calloc(1, sizeof(struct ephyr_glamor)); in ephyr_glamor_glx_screen_init()
382 ephyr_glamor_glx_screen_fini(struct ephyr_glamor *glamor) in ephyr_glamor_glx_screen_fini()
425 ephyr_glamor_set_window_size(struct ephyr_glamor *glamor, in ephyr_glamor_set_window_size()
H A Dephyrinit.c39 extern Bool ephyr_glamor, ephyr_glamor_gles2, ephyr_glamor_skip_present;
259 ephyr_glamor = TRUE; in ddxProcessArgument()
267 ephyr_glamor = TRUE; in ddxProcessArgument()
H A Dhostx.c99 Bool ephyr_glamor = FALSE; variable
545 if (ephyr_glamor) in hostx_init()
560 if (ephyr_glamor) { in hostx_init()
905 if (!ephyr_glamor && HostX.have_shm) { in hostx_screen_init()
930 if (!ephyr_glamor && !shm_success) { in hostx_screen_init()
995 if (ephyr_glamor) { in hostx_screen_init()
1034 if (ephyr_glamor) { in hostx_paint_rect()
1606 if (!ephyr_glamor) in ephyr_glamor_create_screen_resources()
H A Dephyr.c46 extern Bool ephyr_glamor;
321 if (ephyr_glamor) { in ephyrInternalDamageRedisplay()
540 if (ephyr_glamor) in ephyrRandRSetConfig()
667 if (ephyr_glamor) in ephyrInitScreen()
728 if (ephyr_glamor) { in ephyrCreateResources()
1176 if (ephyr_glamor) in ephyrXcbProcessEvents()
H A Dephyr.h94 struct ephyr_glamor *glamor;