Searched refs:glamor_set_alu (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transform.c | 146 if (!glamor_set_alu(pixmap->drawable.pScreen, alu)) { in glamor_set_solid() 212 if (!glamor_set_alu(pixmap->drawable.pScreen, gc->alu)) in glamor_set_tiled()
|
| H A D | glamor_pixmap.c | 123 glamor_set_alu(ScreenPtr screen, unsigned char alu) in glamor_set_alu() function
|
| H A D | glamor_copy.c | 381 if (!glamor_set_alu(screen, gc ? gc->alu : GXcopy)) in glamor_copy_fbo_fbo_draw() 534 if (!glamor_set_alu(screen, gc ? gc->alu : GXcopy)) in glamor_copy_fbo_fbo_temp()
|
| H A D | glamor_gradient.c | 965 glamor_set_alu(screen, GXcopy); in glamor_generate_radial_gradient_picture() 1283 glamor_set_alu(screen, GXcopy); in glamor_generate_linear_gradient_picture()
|
| H A D | glamor_xv.c | 511 glamor_set_alu(screen, GXcopy); in glamor_xv_render() 757 glamor_set_alu(screen, GXcopy); in glamor_xv_render_dma()
|
| H A D | glamor_priv.h | 621 Bool glamor_set_alu(ScreenPtr screen, unsigned char alu);
|
| H A D | glamor_render.c | 1164 glamor_set_alu(screen, GXcopy); in glamor_composite_with_shader()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 50606 glamor: Add a screen argument to drop an ifdef from glamor_set_alu(). 54706 glamor_set_alu: Added GXclear support at glamor_solid. 54708 We don't need to issue the glamor_fallback at the glamor_set_alu 54755 glamor_set_alu: Fallback for non GXcopy ops with GLES2. 87685 glamor: glamor_set_alu should enable GL_COLOR_LOGIC_OP.
|