Home
last modified time | relevance | path

Searched refs:glamor_set_alu (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transform.c146 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 Dglamor_pixmap.c123 glamor_set_alu(ScreenPtr screen, unsigned char alu) in glamor_set_alu() function
H A Dglamor_copy.c381 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 Dglamor_gradient.c965 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 Dglamor_xv.c511 glamor_set_alu(screen, GXcopy); in glamor_xv_render()
757 glamor_set_alu(screen, GXcopy); in glamor_xv_render_dma()
H A Dglamor_priv.h621 Bool glamor_set_alu(ScreenPtr screen, unsigned char alu);
H A Dglamor_render.c1164 glamor_set_alu(screen, GXcopy); in glamor_composite_with_shader()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog50606 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.